Class: Aws::QuickSight::Types::CurrencyDisplayFormatConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#decimal_places_configurationTypes::DecimalPlacesConfiguration

The option that determines the decimal places configuration.



6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
# File 'lib/aws-sdk-quicksight/types.rb', line 6459

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_configurationTypes::NegativeValueConfiguration

The options that determine the negative value configuration.



6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
# File 'lib/aws-sdk-quicksight/types.rb', line 6459

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_configurationTypes::NullValueFormatConfiguration

The options that determine the null value format configuration.



6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
# File 'lib/aws-sdk-quicksight/types.rb', line 6459

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_scaleString

Determines the number scale value for the currency format.

Returns:

  • (String)


6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
# File 'lib/aws-sdk-quicksight/types.rb', line 6459

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

#prefixString

Determines the prefix value of the currency format.

Returns:

  • (String)


6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
# File 'lib/aws-sdk-quicksight/types.rb', line 6459

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_configurationTypes::NumericSeparatorConfiguration

The options that determine the numeric separator configuration.



6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
# File 'lib/aws-sdk-quicksight/types.rb', line 6459

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

#suffixString

Determines the suffix value of the currency format.

Returns:

  • (String)


6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
# File 'lib/aws-sdk-quicksight/types.rb', line 6459

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

#symbolString

Determines the symbol for the currency format.

Returns:

  • (String)


6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
# File 'lib/aws-sdk-quicksight/types.rb', line 6459

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