CreateIndexResponse

public struct CreateIndexResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ObjectIdentifier of the index created by this operation.

    Declaration

    Swift

    public let objectIdentifier: String?
  • Undocumented

    Declaration

    Swift

    public init(objectIdentifier: String? = nil)