Class: Aws::CloudDirectory::Types::LinkAttributeUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::LinkAttributeUpdate
- 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
-
#attribute_action ⇒ Types::LinkAttributeAction
The action to perform as part of the attribute update.
-
#attribute_key ⇒ Types::AttributeKey
The key of the attribute being updated.
Instance Attribute Details
#attribute_action ⇒ Types::LinkAttributeAction
The action to perform as part of the attribute update.
3410 3411 3412 3413 3414 3415 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3410 class LinkAttributeUpdate < Struct.new( :attribute_key, :attribute_action) SENSITIVE = [] include Aws::Structure end |
#attribute_key ⇒ Types::AttributeKey
The key of the attribute being updated.
3410 3411 3412 3413 3414 3415 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3410 class LinkAttributeUpdate < Struct.new( :attribute_key, :attribute_action) SENSITIVE = [] include Aws::Structure end |