Class: Aws::CloudDirectory::Types::BatchDetachFromIndex
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchDetachFromIndex
- Includes:
- Structure
- Defined in:
- 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
-
#index_reference ⇒ Types::ObjectReference
A reference to the index object.
-
#target_reference ⇒ Types::ObjectReference
A reference to the object being detached from the index.
Instance Attribute Details
#index_reference ⇒ Types::ObjectReference
A reference to the index object.
637 638 639 640 641 642 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 637 class BatchDetachFromIndex < Struct.new( :index_reference, :target_reference) SENSITIVE = [] include Aws::Structure end |
#target_reference ⇒ Types::ObjectReference
A reference to the object being detached from the index.
637 638 639 640 641 642 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 637 class BatchDetachFromIndex < Struct.new( :index_reference, :target_reference) SENSITIVE = [] include Aws::Structure end |