class Aws::CloudDirectory::Types::AttachTypedLinkRequest

@note When making an API call, you may pass AttachTypedLinkRequest

data as a hash:

    {
      directory_arn: "Arn", # required
      source_object_reference: { # required
        selector: "SelectorObjectReference",
      },
      target_object_reference: { # required
        selector: "SelectorObjectReference",
      },
      typed_link_facet: { # required
        schema_arn: "Arn", # required
        typed_link_name: "TypedLinkName", # required
      },
      attributes: [ # required
        {
          attribute_name: "AttributeName", # required
          value: { # required
            string_value: "StringAttributeValue",
            binary_value: "data",
            boolean_value: false,
            number_value: "NumberAttributeValue",
            datetime_value: Time.now,
          },
        },
      ],
    }

@!attribute [rw] directory_arn

The Amazon Resource Name (ARN) of the directory where you want to
attach the typed link.
@return [String]

@!attribute [rw] source_object_reference

Identifies the source object that the typed link will attach to.
@return [Types::ObjectReference]

@!attribute [rw] target_object_reference

Identifies the target object that the typed link will attach to.
@return [Types::ObjectReference]

@!attribute [rw] typed_link_facet

Identifies the typed link facet that is associated with the typed
link.
@return [Types::TypedLinkSchemaAndFacetName]

@!attribute [rw] attributes

A set of attributes that are associated with the typed link.
@return [Array<Types::AttributeNameAndValue>]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/AttachTypedLinkRequest AWS API Documentation

Constants

SENSITIVE