Class: Aws::CloudDirectory::Types::BatchAttachObjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchAttachObjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output batch AttachObject response operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attached_object_identifier ⇒ String
The ‘ObjectIdentifier` of the object that has been attached.
Instance Attribute Details
#attached_object_identifier ⇒ String
The ‘ObjectIdentifier` of the object that has been attached.
376 377 378 379 380 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 376 class BatchAttachObjectResponse < Struct.new( :attached_object_identifier) SENSITIVE = [] include Aws::Structure end |