Class: Aws::CloudDirectory::Types::AttachObjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::AttachObjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#child_reference ⇒ Types::ObjectReference
The child object reference to be attached to the object.
-
#directory_arn ⇒ String
Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
-
#link_name ⇒ String
The link name with which the child object is attached to the parent.
-
#parent_reference ⇒ Types::ObjectReference
The parent object reference.
Instance Attribute Details
#child_reference ⇒ Types::ObjectReference
The child object reference to be attached to the object.
120 121 122 123 124 125 126 127 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 120 class AttachObjectRequest < Struct.new( :directory_arn, :parent_reference, :child_reference, :link_name) SENSITIVE = [] include Aws::Structure end |
#directory_arn ⇒ String
Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.
120 121 122 123 124 125 126 127 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 120 class AttachObjectRequest < Struct.new( :directory_arn, :parent_reference, :child_reference, :link_name) SENSITIVE = [] include Aws::Structure end |
#link_name ⇒ String
The link name with which the child object is attached to the parent.
120 121 122 123 124 125 126 127 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 120 class AttachObjectRequest < Struct.new( :directory_arn, :parent_reference, :child_reference, :link_name) SENSITIVE = [] include Aws::Structure end |
#parent_reference ⇒ Types::ObjectReference
The parent object reference.
120 121 122 123 124 125 126 127 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 120 class AttachObjectRequest < Struct.new( :directory_arn, :parent_reference, :child_reference, :link_name) SENSITIVE = [] include Aws::Structure end |