Class: Aws::Types::UpdateProvisioningParameter
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProvisioningParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#use_previous_value ⇒ Boolean
Returns the value of attribute use_previous_value.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def key @key end |
#use_previous_value ⇒ Boolean
Returns the value of attribute use_previous_value.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def use_previous_value @use_previous_value end |
#value ⇒ ::String
Returns the value of attribute value.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def value @value end |