Class: Aws::Types::DecimalValueWhenUnsetConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DecimalValueWhenUnsetConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_value ⇒ ::Float
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 ⇒ ::Float
Returns the value of attribute custom_value.
3600 3601 3602 |
# File 'sig/types.rbs', line 3600 def custom_value @custom_value end |
#value_when_unset_option ⇒ "RECOMMENDED_VALUE", "NULL"
Returns the value of attribute value_when_unset_option.
3599 3600 3601 |
# File 'sig/types.rbs', line 3599 def value_when_unset_option @value_when_unset_option end |