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
outputs
public PartitionAttributesShape outputs { get; set; }
Property Value
regionRegex
public string regionRegex { get; set; }
Property Value
regions
public Dictionary<string, JsonData> regions { get; set; }