Class: Aws::Types::NumberDisplayFormatConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NumberDisplayFormatConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decimal_places_configuration ⇒ Types::DecimalPlacesConfiguration
Returns the value of attribute decimal_places_configuration.
-
#negative_value_configuration ⇒ Types::NegativeValueConfiguration
Returns the value of attribute negative_value_configuration.
-
#null_value_format_configuration ⇒ Types::NullValueFormatConfiguration
Returns the value of attribute null_value_format_configuration.
-
#number_scale ⇒ "NONE", ...
Returns the value of attribute number_scale.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#separator_configuration ⇒ Types::NumericSeparatorConfiguration
Returns the value of attribute separator_configuration.
-
#suffix ⇒ ::String
Returns the value of attribute suffix.
Instance Attribute Details
#decimal_places_configuration ⇒ Types::DecimalPlacesConfiguration
Returns the value of attribute decimal_places_configuration.
8254 8255 8256 |
# File 'sig/types.rbs', line 8254 def decimal_places_configuration @decimal_places_configuration end |
#negative_value_configuration ⇒ Types::NegativeValueConfiguration
Returns the value of attribute negative_value_configuration.
8256 8257 8258 |
# File 'sig/types.rbs', line 8256 def negative_value_configuration @negative_value_configuration end |
#null_value_format_configuration ⇒ Types::NullValueFormatConfiguration
Returns the value of attribute null_value_format_configuration.
8257 8258 8259 |
# File 'sig/types.rbs', line 8257 def null_value_format_configuration @null_value_format_configuration end |
#number_scale ⇒ "NONE", ...
Returns the value of attribute number_scale.
8255 8256 8257 |
# File 'sig/types.rbs', line 8255 def number_scale @number_scale end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
8251 8252 8253 |
# File 'sig/types.rbs', line 8251 def prefix @prefix end |
#separator_configuration ⇒ Types::NumericSeparatorConfiguration
Returns the value of attribute separator_configuration.
8253 8254 8255 |
# File 'sig/types.rbs', line 8253 def separator_configuration @separator_configuration end |
#suffix ⇒ ::String
Returns the value of attribute suffix.
8252 8253 8254 |
# File 'sig/types.rbs', line 8252 def suffix @suffix end |