Class: Aws::CloudDirectory::Types::AttachObjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::AttachObjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attached_object_identifier ⇒ String
The attached ‘ObjectIdentifier`, which is the child `ObjectIdentifier`.
Instance Attribute Details
#attached_object_identifier ⇒ String
The attached ‘ObjectIdentifier`, which is the child `ObjectIdentifier`.
136 137 138 139 140 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 136 class AttachObjectResponse < Struct.new( :attached_object_identifier) SENSITIVE = [] include Aws::Structure end |