Class: Aws::CloudDirectory::Types::IndexAttachment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Represents an index and an attached object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indexed_attributesArray<Types::AttributeKeyAndValue>

The indexed attribute values.

Returns:



3222
3223
3224
3225
3226
3227
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3222

class IndexAttachment < Struct.new(
  :indexed_attributes,
  :object_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#object_identifierString

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.

Returns:

  • (String)


3222
3223
3224
3225
3226
3227
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3222

class IndexAttachment < Struct.new(
  :indexed_attributes,
  :object_identifier)
  SENSITIVE = []
  include Aws::Structure
end