PartitionIndex
public struct PartitionIndex : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the partition index.
Declaration
Swift
public let indexName: String
-
The keys for the partition index.
Declaration
Swift
public let keys: [String]
-
Undocumented
Declaration
Swift
public init(indexName: String, keys: [String])
-
Declaration
Swift
public func validate(name: String) throws