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.
8644 8645 8646 |
# File 'sig/types.rbs', line 8644 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.
8643 8644 8645 |
# File 'sig/types.rbs', line 8643 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.
8645 8646 8647 |
# File 'sig/types.rbs', line 8645 def percentage_display_format_configuration @percentage_display_format_configuration end |