class Aws::CloudDirectory::Types::BatchGetLinkAttributes

Retrieves attributes that are associated with a typed link inside a BatchRead operation. For more information, see GetLinkAttributes and BatchReadRequest$Operations.

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

data as a hash:

    {
      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_names: ["AttributeName"], # required
    }

@!attribute [rw] typed_link_specifier

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

@!attribute [rw] attribute_names

A list of attribute names whose values will be retrieved.
@return [Array<String>]

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

Constants

SENSITIVE