Class: Aws::CloudDirectory::Types::AttachToIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::AttachToIndexRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) of the directory where the object and index exist.
-
#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
#directory_arn ⇒ String
The Amazon Resource Name (ARN) of the directory where the object and index exist.
185 186 187 188 189 190 191 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 185 class AttachToIndexRequest < Struct.new( :directory_arn, :index_reference, :target_reference) SENSITIVE = [] include Aws::Structure end |
#index_reference ⇒ Types::ObjectReference
A reference to the index that you are attaching the object to.
185 186 187 188 189 190 191 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 185 class AttachToIndexRequest < Struct.new( :directory_arn, :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.
185 186 187 188 189 190 191 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 185 class AttachToIndexRequest < Struct.new( :directory_arn, :index_reference, :target_reference) SENSITIVE = [] include Aws::Structure end |