Class: Aws::Types::NumericFormatConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NumericFormatConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_display_format_configuration ⇒ Types::CurrencyDisplayFormatConfiguration
Returns the value of attribute currency_display_format_configuration.
-
#number_display_format_configuration ⇒ Types::NumberDisplayFormatConfiguration
Returns the value of attribute number_display_format_configuration.
-
#percentage_display_format_configuration ⇒ Types::PercentageDisplayFormatConfiguration
Returns the value of attribute percentage_display_format_configuration.
Instance Attribute Details
#currency_display_format_configuration ⇒ Types::CurrencyDisplayFormatConfiguration
Returns the value of attribute currency_display_format_configuration.
8293 8294 8295 |
# File 'sig/types.rbs', line 8293 def currency_display_format_configuration @currency_display_format_configuration end |
#number_display_format_configuration ⇒ Types::NumberDisplayFormatConfiguration
Returns the value of attribute number_display_format_configuration.
8292 8293 8294 |
# File 'sig/types.rbs', line 8292 def number_display_format_configuration @number_display_format_configuration end |
#percentage_display_format_configuration ⇒ Types::PercentageDisplayFormatConfiguration
Returns the value of attribute percentage_display_format_configuration.
8294 8295 8296 |
# File 'sig/types.rbs', line 8294 def percentage_display_format_configuration @percentage_display_format_configuration end |