class Aws::CloudDirectory::Types::AttributeNameAndValue

Identifies the attribute name and value for a typed link.

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

data as a hash:

    {
      attribute_name: "AttributeName", # required
      value: { # required
        string_value: "StringAttributeValue",
        binary_value: "data",
        boolean_value: false,
        number_value: "NumberAttributeValue",
        datetime_value: Time.now,
      },
    }

@!attribute [rw] attribute_name

The attribute name of the typed link.
@return [String]

@!attribute [rw] value

The value for the typed link.
@return [Types::TypedAttributeValue]

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

Constants

SENSITIVE