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.
10254 10255 10256 |
# File 'sig/types.rbs', line 10254 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
10255 10256 10257 |
# File 'sig/types.rbs', line 10255 def value @value end |