IndexAttachment

public struct IndexAttachment : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The indexed attribute values.

    Declaration

    Swift

    public let indexedAttributes: [AttributeKeyAndValue]?
  • In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

    Declaration

    Swift

    public let objectIdentifier: String?
  • Undocumented

    Declaration

    Swift

    public init(indexedAttributes: [AttributeKeyAndValue]? = nil, objectIdentifier: String? = nil)