class Aws::CloudDirectory::Types::UpdateLinkAttributesRequest

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

data as a hash:

    {
      directory_arn: "Arn", # required
      typed_link_specifier: { # required
        typed_link_facet: { # required
          schema_arn: "Arn", # required
          typed_link_name: "TypedLinkName", # required
        },
        source_object_reference: { # required
          selector: "SelectorObjectReference",
        },
        target_object_reference: { # required
          selector: "SelectorObjectReference",
        },
        identity_attribute_values: [ # required
          {
            attribute_name: "AttributeName", # required
            value: { # required
              string_value: "StringAttributeValue",
              binary_value: "data",
              boolean_value: false,
              number_value: "NumberAttributeValue",
              datetime_value: Time.now,
            },
          },
        ],
      },
      attribute_updates: [ # required
        {
          attribute_key: {
            schema_arn: "Arn", # required
            facet_name: "FacetName", # required
            name: "AttributeName", # required
          },
          attribute_action: {
            attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
            attribute_update_value: {
              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) that is associated with the Directory
where the updated typed link resides. For more information, see arns
or [Typed Links][1].

[1]: https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink
@return [String]

@!attribute [rw] typed_link_specifier

Allows a typed link specifier to be accepted as input.
@return [Types::TypedLinkSpecifier]

@!attribute [rw] attribute_updates

The attributes update structure.
@return [Array<Types::LinkAttributeUpdate>]

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

Constants

SENSITIVE