Class: Aws::CloudDirectory::Types::BatchDetachFromIndex

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

Overview

Detaches the specified object from the specified index inside a BatchRead operation. For more information, see DetachFromIndex and BatchReadRequest$Operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_referenceTypes::ObjectReference

A reference to the index object.



637
638
639
640
641
642
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 637

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

#target_referenceTypes::ObjectReference

A reference to the object being detached from the index.



637
638
639
640
641
642
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 637

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