Class: Aws::CloudDirectory::Types::DetachFromIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DetachFromIndexResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
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.
2471 2472 2473 2474 2475 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2471 class DetachFromIndexResponse < Struct.new( :detached_object_identifier) SENSITIVE = [] include Aws::Structure end |