Class: Aws::CloudDirectory::Types::BatchAttachToIndex

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

Overview

Attaches the specified object to the specified index inside a BatchRead operation. For more information, see AttachToIndex and BatchReadRequest$Operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_referenceTypes::ObjectReference

A reference to the index that you are attaching the object to.



424
425
426
427
428
429
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 424

class BatchAttachToIndex < Struct.new(
  :index_reference,
  :target_reference)
  SENSITIVE = []
  include Aws::Structure
end

#target_referenceTypes::ObjectReference

A reference to the object that you are attaching to the index.



424
425
426
427
428
429
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 424

class BatchAttachToIndex < Struct.new(
  :index_reference,
  :target_reference)
  SENSITIVE = []
  include Aws::Structure
end