Class: Aws::Types::ComparisonFormatConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ComparisonFormatConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#number_display_format_configuration ⇒ Types::NumberDisplayFormatConfiguration
Returns the value of attribute number_display_format_configuration.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 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.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def percentage_display_format_configuration @percentage_display_format_configuration end |