Class: Aws::CloudDirectory::Types::BatchAttachObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchAttachObject
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of an AttachObject operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#child_reference ⇒ Types::ObjectReference
The child object reference that is to be attached to the object.
-
#link_name ⇒ String
The name of the link.
-
#parent_reference ⇒ Types::ObjectReference
The parent object reference.
Instance Attribute Details
#child_reference ⇒ Types::ObjectReference
The child object reference that is to be attached to the object.
360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 360 class BatchAttachObject < Struct.new( :parent_reference, :child_reference, :link_name) SENSITIVE = [] include Aws::Structure end |
#link_name ⇒ String
The name of the link.
360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 360 class BatchAttachObject < Struct.new( :parent_reference, :child_reference, :link_name) SENSITIVE = [] include Aws::Structure end |
#parent_reference ⇒ Types::ObjectReference
The parent object reference.
360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 360 class BatchAttachObject < Struct.new( :parent_reference, :child_reference, :link_name) SENSITIVE = [] include Aws::Structure end |