Class: Aws::CloudDirectory::Types::AttachToIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::AttachToIndexResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attached_object_identifier ⇒ String
The
ObjectIdentifier
of the object that was attached to the index.
Instance Attribute Details
#attached_object_identifier ⇒ String
The ObjectIdentifier
of the object that was attached to the index.
199 200 201 202 203 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 199 class AttachToIndexResponse < Struct.new( :attached_object_identifier) SENSITIVE = [] include Aws::Structure end |