ListIndicesResponse
public struct ListIndicesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The index names.
Declaration
Swift
public let indexNames: [String]? -
The token used to get the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(indexNames: [String]? = nil, nextToken: String? = nil)
View on GitHub
ListIndicesResponse Structure Reference