Class: Aws::CloudDirectory::Types::BatchAttachObject

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

Overview

Represents the output of an AttachObject operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#child_referenceTypes::ObjectReference

The child object reference that is to be attached to the object.



360
361
362
363
364
365
366
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 360

class BatchAttachObject < Struct.new(
  :parent_reference,
  :child_reference,
  :link_name)
  SENSITIVE = []
  include Aws::Structure
end

The name of the link.

Returns:

  • (String)


360
361
362
363
364
365
366
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 360

class BatchAttachObject < Struct.new(
  :parent_reference,
  :child_reference,
  :link_name)
  SENSITIVE = []
  include Aws::Structure
end

#parent_referenceTypes::ObjectReference

The parent object reference.



360
361
362
363
364
365
366
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 360

class BatchAttachObject < Struct.new(
  :parent_reference,
  :child_reference,
  :link_name)
  SENSITIVE = []
  include Aws::Structure
end