Class: Aws::CloudDirectory::Types::BatchAttachTypedLink

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

Overview

Attaches a typed link to a specified source and target object inside a BatchRead operation. For more information, see AttachTypedLink and BatchReadRequest$Operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::AttributeNameAndValue>

A set of attributes that are associated with the typed link.

Returns:



468
469
470
471
472
473
474
475
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 468

class BatchAttachTypedLink < Struct.new(
  :source_object_reference,
  :target_object_reference,
  :typed_link_facet,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#source_object_referenceTypes::ObjectReference

Identifies the source object that the typed link will attach to.



468
469
470
471
472
473
474
475
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 468

class BatchAttachTypedLink < Struct.new(
  :source_object_reference,
  :target_object_reference,
  :typed_link_facet,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#target_object_referenceTypes::ObjectReference

Identifies the target object that the typed link will attach to.



468
469
470
471
472
473
474
475
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 468

class BatchAttachTypedLink < Struct.new(
  :source_object_reference,
  :target_object_reference,
  :typed_link_facet,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

Identifies the typed link facet that is associated with the typed link.



468
469
470
471
472
473
474
475
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 468

class BatchAttachTypedLink < Struct.new(
  :source_object_reference,
  :target_object_reference,
  :typed_link_facet,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end