class Aws::CloudDirectory::Types::LinkAttributeUpdate
Structure that contains attribute update information.
@note When making an API call, you may pass LinkAttributeUpdate
data as a hash: { 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] attribute_key
The key of the attribute being updated. @return [Types::AttributeKey]
@!attribute [rw] attribute_action
The action to perform as part of the attribute update. @return [Types::LinkAttributeAction]
@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/LinkAttributeUpdate AWS API Documentation
Constants
- SENSITIVE