Class: Aws::CloudDirectory::Types::TypedLinkFacet

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

Overview

Defines the typed links structure and its attributes. To create a typed link facet, use the CreateTypedLinkFacet API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::TypedLinkAttributeDefinition>

A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.



5142
5143
5144
5145
5146
5147
5148
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5142

class TypedLinkFacet < Struct.new(
  :name,
  :attributes,
  :identity_attribute_order)
  SENSITIVE = []
  include Aws::Structure
end

#identity_attribute_orderArray<String>

The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

Returns:

  • (Array<String>)


5142
5143
5144
5145
5146
5147
5148
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5142

class TypedLinkFacet < Struct.new(
  :name,
  :attributes,
  :identity_attribute_order)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The unique name of the typed link facet.

Returns:

  • (String)


5142
5143
5144
5145
5146
5147
5148
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5142

class TypedLinkFacet < Struct.new(
  :name,
  :attributes,
  :identity_attribute_order)
  SENSITIVE = []
  include Aws::Structure
end