Class: Aws::CloudDirectory::Types::AttachToIndexResponse

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

Overview

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)


199
200
201
202
203
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 199

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