Class: Aws::CloudDirectory::Types::ObjectAttributeUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ObjectAttributeUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Structure that contains attribute update information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_attribute_action ⇒ Types::ObjectAttributeAction
The action to perform as part of the attribute update.
-
#object_attribute_key ⇒ Types::AttributeKey
The key of the attribute being updated.
Instance Attribute Details
#object_attribute_action ⇒ Types::ObjectAttributeAction
The action to perform as part of the attribute update.
4580 4581 4582 4583 4584 4585 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4580 class ObjectAttributeUpdate < Struct.new( :object_attribute_key, :object_attribute_action) SENSITIVE = [] include Aws::Structure end |
#object_attribute_key ⇒ Types::AttributeKey
The key of the attribute being updated.
4580 4581 4582 4583 4584 4585 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4580 class ObjectAttributeUpdate < Struct.new( :object_attribute_key, :object_attribute_action) SENSITIVE = [] include Aws::Structure end |