Class: Aws::CloudDirectory::Types::AttachObjectRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#child_referenceTypes::ObjectReference

The child object reference to be attached to the object.



120
121
122
123
124
125
126
127
# File 'gems/aws-sdk-clouddirectory/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_arnString

Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

Returns:

  • (String)


120
121
122
123
124
125
126
127
# File 'gems/aws-sdk-clouddirectory/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

The link name with which the child object is attached to the parent.

Returns:

  • (String)


120
121
122
123
124
125
126
127
# File 'gems/aws-sdk-clouddirectory/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_referenceTypes::ObjectReference

The parent object reference.



120
121
122
123
124
125
126
127
# File 'gems/aws-sdk-clouddirectory/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