PartitionIndexDescriptor
public struct PartitionIndexDescriptor : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the partition index.
Declaration
Swift
public let indexName: String -
The status of the partition index.
Declaration
Swift
public let indexStatus: PartitionIndexStatus -
A list of one or more keys, as KeySchemaElement structures, for the partition index.
Declaration
Swift
public let keys: [KeySchemaElement] -
Undocumented
Declaration
Swift
public init(indexName: String, indexStatus: PartitionIndexStatus, keys: [KeySchemaElement])
View on GitHub
PartitionIndexDescriptor Structure Reference