Table of Contents

Class PartitionShape

Namespace
Amazon.Runtime.Internal.Endpoints.StandardLibrary
Assembly
AWSSDK.Core.dll

Object model for json partition.

public class PartitionShape
Inheritance
PartitionShape
Inherited Members

Constructors

PartitionShape()

public PartitionShape()

Properties

id

public string id { get; set; }

Property Value

string

outputs

public PartitionAttributesShape outputs { get; set; }

Property Value

PartitionAttributesShape

regionRegex

public string regionRegex { get; set; }

Property Value

string

regions

public Dictionary<string, JsonData> regions { get; set; }

Property Value

Dictionary<string, JsonData>