CreateIndexResponse

public struct CreateIndexResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    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)