Class: Aws::Types::ParameterNameValue
- Inherits:
-
Object
- Object
- Aws::Types::ParameterNameValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
-
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
Instance Attribute Details
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def parameter_name @parameter_name end |
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def parameter_value @parameter_value end |