Class: Aws::CloudDirectory::Types::DetachFromIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DetachFromIndexRequest
- 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 the index and object exist in.
-
#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
#directory_arn ⇒ String
The Amazon Resource Name (ARN) of the directory the index and object exist in.
2456 2457 2458 2459 2460 2461 2462 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2456 class DetachFromIndexRequest < Struct.new( :directory_arn, :index_reference, :target_reference) SENSITIVE = [] include Aws::Structure end |
#index_reference ⇒ Types::ObjectReference
A reference to the index object.
2456 2457 2458 2459 2460 2461 2462 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2456 class DetachFromIndexRequest < Struct.new( :directory_arn, :index_reference, :target_reference) SENSITIVE = [] include Aws::Structure end |
#target_reference ⇒ Types::ObjectReference
A reference to the object being detached from the index.
2456 2457 2458 2459 2460 2461 2462 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2456 class DetachFromIndexRequest < Struct.new( :directory_arn, :index_reference, :target_reference) SENSITIVE = [] include Aws::Structure end |