Class: Aws::CloudDirectory::Types::ObjectAttributeAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ObjectAttributeAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
The action to take on the object attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_attribute_action_type ⇒ String
A type that can be either ‘Update` or `Delete`.
-
#object_attribute_update_value ⇒ Types::TypedAttributeValue
The value that you want to update to.
Instance Attribute Details
#object_attribute_action_type ⇒ String
A type that can be either ‘Update` or `Delete`.
4542 4543 4544 4545 4546 4547 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4542 class ObjectAttributeAction < Struct.new( :object_attribute_action_type, :object_attribute_update_value) SENSITIVE = [] include Aws::Structure end |
#object_attribute_update_value ⇒ Types::TypedAttributeValue
The value that you want to update to.
4542 4543 4544 4545 4546 4547 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4542 class ObjectAttributeAction < Struct.new( :object_attribute_action_type, :object_attribute_update_value) SENSITIVE = [] include Aws::Structure end |