Class: Aws::CloudDirectory::Types::BatchAttachToIndex
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchAttachToIndex
- Includes:
- Structure
- Defined in:
- 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
-
#index_reference ⇒ Types::ObjectReference
A reference to the index that you are attaching the object to.
-
#target_reference ⇒ Types::ObjectReference
A reference to the object that you are attaching to the index.
Instance Attribute Details
#index_reference ⇒ Types::ObjectReference
A reference to the index that you are attaching the object to.
424 425 426 427 428 429 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 424 class BatchAttachToIndex < Struct.new( :index_reference, :target_reference) SENSITIVE = [] include Aws::Structure end |
#target_reference ⇒ Types::ObjectReference
A reference to the object that you are attaching to the index.
424 425 426 427 428 429 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 424 class BatchAttachToIndex < Struct.new( :index_reference, :target_reference) SENSITIVE = [] include Aws::Structure end |