Class: Aws::Types::Action
- Inherits:
-
Object
- Object
- Aws::Types::Action
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#operation ⇒ "ADD", ...
Returns the value of attribute operation.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
12 13 14 |
# File 'sig/types.rbs', line 12 def attribute_name @attribute_name end |
#operation ⇒ "ADD", ...
Returns the value of attribute operation.
13 14 15 |
# File 'sig/types.rbs', line 13 def operation @operation end |
#value ⇒ ::Float
Returns the value of attribute value.
14 15 16 |
# File 'sig/types.rbs', line 14 def value @value end |