class Aws::CloudDirectory::Types::AttributeKeyAndValue
The combination of an attribute key and an attribute value.
@note When making an API call, you may pass AttributeKeyAndValue
data as a hash: { key: { # required schema_arn: "Arn", # required facet_name: "FacetName", # required name: "AttributeName", # required }, value: { # required string_value: "StringAttributeValue", binary_value: "data", boolean_value: false, number_value: "NumberAttributeValue", datetime_value: Time.now, }, }
@!attribute [rw] key
The key of the attribute. @return [Types::AttributeKey]
@!attribute [rw] value
The value of the attribute. @return [Types::TypedAttributeValue]
@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/AttributeKeyAndValue AWS API Documentation
Constants
- SENSITIVE