Class: Aws::Types::FacetAttributeUpdate
- Inherits:
-
Object
- Object
- Aws::Types::FacetAttributeUpdate
- 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::FacetAttribute
Returns the value of attribute attribute.
Instance Attribute Details
#action ⇒ "CREATE_OR_UPDATE", "DELETE"
Returns the value of attribute action.
815 816 817 |
# File 'sig/types.rbs', line 815 def action @action end |
#attribute ⇒ Types::FacetAttribute
Returns the value of attribute attribute.
814 815 816 |
# File 'sig/types.rbs', line 814 def attribute @attribute end |