Class: Aws::CloudDirectory::Types::AttachTypedLinkRequest

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

#attributesArray<Types::AttributeNameAndValue>

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

Returns:



229
230
231
232
233
234
235
236
237
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 229

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

#directory_arnString

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

Returns:

  • (String)


229
230
231
232
233
234
235
236
237
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 229

class AttachTypedLinkRequest < Struct.new(
  :directory_arn,
  :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.



229
230
231
232
233
234
235
236
237
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 229

class AttachTypedLinkRequest < Struct.new(
  :directory_arn,
  :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.



229
230
231
232
233
234
235
236
237
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 229

class AttachTypedLinkRequest < Struct.new(
  :directory_arn,
  :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.



229
230
231
232
233
234
235
236
237
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 229

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