Class: Aws::QuickSight::Types::CurrencyDisplayFormatConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CurrencyDisplayFormatConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the currency 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 for the currency format.
-
#prefix ⇒ String
Determines the prefix value of the currency format.
-
#separator_configuration ⇒ Types::NumericSeparatorConfiguration
The options that determine the numeric separator configuration.
-
#suffix ⇒ String
Determines the suffix value of the currency format.
-
#symbol ⇒ String
Determines the symbol for the currency format.
Instance Attribute Details
#decimal_places_configuration ⇒ Types::DecimalPlacesConfiguration
The option that determines the decimal places configuration.
6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6933 class CurrencyDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :symbol, :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.
6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6933 class CurrencyDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :symbol, :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.
6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6933 class CurrencyDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :symbol, :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 for the currency format.
6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6933 class CurrencyDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :symbol, :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 currency format.
6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6933 class CurrencyDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :symbol, :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.
6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6933 class CurrencyDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :symbol, :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 currency format.
6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6933 class CurrencyDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :symbol, :decimal_places_configuration, :number_scale, :negative_value_configuration, :null_value_format_configuration) SENSITIVE = [:prefix, :suffix] include Aws::Structure end |
#symbol ⇒ String
Determines the symbol for the currency format.
6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6933 class CurrencyDisplayFormatConfiguration < Struct.new( :prefix, :suffix, :separator_configuration, :symbol, :decimal_places_configuration, :number_scale, :negative_value_configuration, :null_value_format_configuration) SENSITIVE = [:prefix, :suffix] include Aws::Structure end |