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.
7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7455 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.
7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7455 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.
7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7455 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.
7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7455 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.
7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7455 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.
7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7455 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.
7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7455 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.
7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7455 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 |