CreateIndexResponse
public struct CreateIndexResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique identifier of the index. Use this identifier when you query an index, set up a data source, or index a document.
Declaration
Swift
public let id: String? -
Undocumented
Declaration
Swift
public init(id: String? = nil)
View on GitHub
CreateIndexResponse Structure Reference