Class: Aws::Types::SetVariableAction
- Inherits:
-
Object
- Object
- Aws::Types::SetVariableAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#value ⇒ ::String
Returns the value of attribute value.
-
#variable_name ⇒ ::String
Returns the value of attribute variable_name.
Instance Attribute Details
#value ⇒ ::String
Returns the value of attribute value.
684 685 686 |
# File 'sig/types.rbs', line 684 def value @value end |
#variable_name ⇒ ::String
Returns the value of attribute variable_name.
683 684 685 |
# File 'sig/types.rbs', line 683 def variable_name @variable_name end |