You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudDirectory::Types::DetachFromIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DetachFromIndexRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DetachFromIndexRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
directory_arn: "Arn", # required
index_reference: { # required
selector: "SelectorObjectReference",
},
target_reference: { # required
selector: "SelectorObjectReference",
},
}
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.
#index_reference ⇒ Types::ObjectReference
A reference to the index object.
#target_reference ⇒ Types::ObjectReference
A reference to the object being detached from the index.