Class: Aws::Types::LinkAttributeAction
- Inherits:
-
Object
- Object
- Aws::Types::LinkAttributeAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_action_type ⇒ "CREATE_OR_UPDATE", "DELETE"
Returns the value of attribute attribute_action_type.
-
#attribute_update_value ⇒ Types::TypedAttributeValue
Returns the value of attribute attribute_update_value.
Instance Attribute Details
#attribute_action_type ⇒ "CREATE_OR_UPDATE", "DELETE"
Returns the value of attribute attribute_action_type.
989 990 991 |
# File 'sig/types.rbs', line 989 def attribute_action_type @attribute_action_type end |
#attribute_update_value ⇒ Types::TypedAttributeValue
Returns the value of attribute attribute_update_value.
990 991 992 |
# File 'sig/types.rbs', line 990 def attribute_update_value @attribute_update_value end |