Class: Aws::Types::StringValueWhenUnsetConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::StringValueWhenUnsetConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_value ⇒ ::String
Returns the value of attribute custom_value.
-
#value_when_unset_option ⇒ "RECOMMENDED_VALUE", "NULL"
Returns the value of attribute value_when_unset_option.
Instance Attribute Details
#custom_value ⇒ ::String
Returns the value of attribute custom_value.
10664 10665 10666 |
# File 'sig/types.rbs', line 10664 def custom_value @custom_value end |
#value_when_unset_option ⇒ "RECOMMENDED_VALUE", "NULL"
Returns the value of attribute value_when_unset_option.
10663 10664 10665 |
# File 'sig/types.rbs', line 10663 def value_when_unset_option @value_when_unset_option end |