BatchListIndexResponse
public struct BatchListIndexResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The objects and indexed values attached to the index.
Declaration
Swift
public let indexAttachments: [IndexAttachment]?
-
The pagination token.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(indexAttachments: [IndexAttachment]? = nil, nextToken: String? = nil)