Class: Aws::CloudDirectory::Types::TypedLinkSpecifier

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

Overview

Contains all the information that is used to uniquely identify a typed link. The parameters discussed in this topic are used to uniquely specify the typed link being operated on. The AttachTypedLink API returns a typed link specifier while the DetachTypedLink API accepts one as input. Similarly, the ListIncomingTypedLinks and ListOutgoingTypedLinks API operations provide typed link specifiers as output. You can also construct a typed link specifier from scratch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_attribute_valuesArray<Types::AttributeNameAndValue>

Identifies the attribute value to update.

Returns:



5217
5218
5219
5220
5221
5222
5223
5224
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5217

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

#source_object_referenceTypes::ObjectReference

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



5217
5218
5219
5220
5221
5222
5223
5224
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5217

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

#target_object_referenceTypes::ObjectReference

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



5217
5218
5219
5220
5221
5222
5223
5224
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5217

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

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



5217
5218
5219
5220
5221
5222
5223
5224
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5217

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