Class: Aws::CloudDirectory::Types::AttachObjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::AttachObjectResponse
- 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 attached
ObjectIdentifier
, which is the childObjectIdentifier
.
Instance Attribute Details
#attached_object_identifier ⇒ String
The attached ObjectIdentifier
, which is the child
ObjectIdentifier
.
136 137 138 139 140 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 136 class AttachObjectResponse < Struct.new( :attached_object_identifier) SENSITIVE = [] include Aws::Structure end |