GetPartitionIndexesResponse
public struct GetPartitionIndexesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A continuation token, present if the current list segment is not the last.
Declaration
Swift
public let nextToken: String? -
A list of index descriptors.
Declaration
Swift
public let partitionIndexDescriptorList: [PartitionIndexDescriptor]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, partitionIndexDescriptorList: [PartitionIndexDescriptor]? = nil)
View on GitHub
GetPartitionIndexesResponse Structure Reference