ListAttachedIndicesResponse
public struct ListAttachedIndicesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The indices attached to the specified object.
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)