Class: Aws::Types::UpdateVariableRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVariableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def name @name end |
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def variable_type @variable_type end |