Class: Aws::CloudDirectory::Types::BatchDetachFromIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchDetachFromIndexResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a DetachFromIndex response operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detached_object_identifier ⇒ String
The
ObjectIdentifier
of the object that was detached from the index.
Instance Attribute Details
#detached_object_identifier ⇒ String
The ObjectIdentifier
of the object that was detached from the
index.
653 654 655 656 657 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 653 class BatchDetachFromIndexResponse < Struct.new( :detached_object_identifier) SENSITIVE = [] include Aws::Structure end |