Class: Aws::Types::ProvisioningParameter
- Inherits:
-
Object
- Object
- Aws::Types::ProvisioningParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
10232 10233 10234 |
# File 'sig/types.rbs', line 10232 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
10233 10234 10235 |
# File 'sig/types.rbs', line 10233 def value @value end |