Class: Aws::Types::TypedLinkFacetAttributeUpdate
- Inherits:
-
Object
- Object
- Aws::Types::TypedLinkFacetAttributeUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "CREATE_OR_UPDATE", "DELETE"
Returns the value of attribute action.
-
#attribute ⇒ Types::TypedLinkAttributeDefinition
Returns the value of attribute attribute.
Instance Attribute Details
#action ⇒ "CREATE_OR_UPDATE", "DELETE"
Returns the value of attribute action.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def action @action end |
#attribute ⇒ Types::TypedLinkAttributeDefinition
Returns the value of attribute attribute.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def attribute @attribute end |