Class: Aws::CloudDirectory::Types::BatchAttachToIndexResponse

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

Overview

Represents the output of a AttachToIndex response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attached_object_identifierString

The ObjectIdentifier of the object that was attached to the index.

Returns:

  • (String)


439
440
441
442
443
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 439

class BatchAttachToIndexResponse < Struct.new(
  :attached_object_identifier)
  SENSITIVE = []
  include Aws::Structure
end