Class: Aws::CloudDirectory::Types::LinkAttributeAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::LinkAttributeAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
The action to take on a typed link attribute value. Updates are only supported for attributes which don’t contribute to link identity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_action_type ⇒ String
A type that can be either ‘UPDATE_OR_CREATE` or `DELETE`.
-
#attribute_update_value ⇒ Types::TypedAttributeValue
The value that you want to update to.
Instance Attribute Details
#attribute_action_type ⇒ String
A type that can be either ‘UPDATE_OR_CREATE` or `DELETE`.
3391 3392 3393 3394 3395 3396 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3391 class LinkAttributeAction < Struct.new( :attribute_action_type, :attribute_update_value) SENSITIVE = [] include Aws::Structure end |
#attribute_update_value ⇒ Types::TypedAttributeValue
The value that you want to update to.
3391 3392 3393 3394 3395 3396 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3391 class LinkAttributeAction < Struct.new( :attribute_action_type, :attribute_update_value) SENSITIVE = [] include Aws::Structure end |