You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudDirectory::Types::IndexAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::IndexAttachment
- Defined in:
- (unknown)
Overview
Represents an index and an attached object.
Instance Attribute Summary collapse
-
#indexed_attributes ⇒ Array<Types::AttributeKeyAndValue>
The indexed attribute values.
-
#object_identifier ⇒ String
In response to ListIndex, the
ObjectIdentifierof the object attached to the index.
Instance Attribute Details
#indexed_attributes ⇒ Array<Types::AttributeKeyAndValue>
The indexed attribute values.
#object_identifier ⇒ String
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.