Class: Aws::Types::ConfigParameter
- Inherits:
-
Object
- Object
- Aws::Types::ConfigParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameter_key ⇒ ::String
Returns the value of attribute parameter_key.
-
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
Instance Attribute Details
#parameter_key ⇒ ::String
Returns the value of attribute parameter_key.
26 27 28 |
# File 'sig/types.rbs', line 26 def parameter_key @parameter_key end |
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
27 28 29 |
# File 'sig/types.rbs', line 27 def parameter_value @parameter_value end |