Class: Aws::QuickSight::Types::NumberDisplayFormatConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NumberDisplayFormatConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the number display format configuration.
Constant Summary collapse
- SENSITIVE =
[:prefix, :suffix]
Instance Attribute Summary collapse
-
#decimal_places_configuration ⇒ Types::DecimalPlacesConfiguration
The option that determines the decimal places configuration.
-
#negative_value_configuration ⇒ Types::NegativeValueConfiguration
The options that determine the negative value configuration.
-
#null_value_format_configuration ⇒ Types::NullValueFormatConfiguration
The options that determine the null value format configuration.
-
#number_scale ⇒ String
Determines the number scale value of the number format.
-
#prefix ⇒ String
Determines the prefix value of the number format.
-
#separator_configuration ⇒ Types::NumericSeparatorConfiguration
The options that determine the numeric separator configuration.
-
#suffix ⇒ String
Determines the suffix value of the number format.
Instance Attribute Details
#decimal_places_configuration ⇒ Types::DecimalPlacesConfiguration
The option that determines the decimal places configuration.
22894 22895 22896 22897 22898 22899 22900 22901 22902 22903 22904 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22894 class NumberDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :decimal_places_configuration, :number_scale, :negative_value_configuration, :null_value_format_configuration) SENSITIVE = [:prefix, :suffix] include Aws::Structure end |
#negative_value_configuration ⇒ Types::NegativeValueConfiguration
The options that determine the negative value configuration.
22894 22895 22896 22897 22898 22899 22900 22901 22902 22903 22904 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22894 class NumberDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :decimal_places_configuration, :number_scale, :negative_value_configuration, :null_value_format_configuration) SENSITIVE = [:prefix, :suffix] include Aws::Structure end |
#null_value_format_configuration ⇒ Types::NullValueFormatConfiguration
The options that determine the null value format configuration.
22894 22895 22896 22897 22898 22899 22900 22901 22902 22903 22904 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22894 class NumberDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :decimal_places_configuration, :number_scale, :negative_value_configuration, :null_value_format_configuration) SENSITIVE = [:prefix, :suffix] include Aws::Structure end |
#number_scale ⇒ String
Determines the number scale value of the number format.
22894 22895 22896 22897 22898 22899 22900 22901 22902 22903 22904 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22894 class NumberDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :decimal_places_configuration, :number_scale, :negative_value_configuration, :null_value_format_configuration) SENSITIVE = [:prefix, :suffix] include Aws::Structure end |
#prefix ⇒ String
Determines the prefix value of the number format.
22894 22895 22896 22897 22898 22899 22900 22901 22902 22903 22904 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22894 class NumberDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :decimal_places_configuration, :number_scale, :negative_value_configuration, :null_value_format_configuration) SENSITIVE = [:prefix, :suffix] include Aws::Structure end |
#separator_configuration ⇒ Types::NumericSeparatorConfiguration
The options that determine the numeric separator configuration.
22894 22895 22896 22897 22898 22899 22900 22901 22902 22903 22904 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22894 class NumberDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :decimal_places_configuration, :number_scale, :negative_value_configuration, :null_value_format_configuration) SENSITIVE = [:prefix, :suffix] include Aws::Structure end |
#suffix ⇒ String
Determines the suffix value of the number format.
22894 22895 22896 22897 22898 22899 22900 22901 22902 22903 22904 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22894 class NumberDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :decimal_places_configuration, :number_scale, :negative_value_configuration, :null_value_format_configuration) SENSITIVE = [:prefix, :suffix] include Aws::Structure end |