Class: Aws::QuickSight::Types::NumberDisplayFormatConfiguration

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

Instance Attribute Details

#decimal_places_configurationTypes::DecimalPlacesConfiguration

The option that determines the decimal places configuration.



20849
20850
20851
20852
20853
20854
20855
20856
20857
20858
20859
# File 'lib/aws-sdk-quicksight/types.rb', line 20849

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

The options that determine the negative value configuration.



20849
20850
20851
20852
20853
20854
20855
20856
20857
20858
20859
# File 'lib/aws-sdk-quicksight/types.rb', line 20849

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

The options that determine the null value format configuration.



20849
20850
20851
20852
20853
20854
20855
20856
20857
20858
20859
# File 'lib/aws-sdk-quicksight/types.rb', line 20849

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_scaleString

Determines the number scale value of the number format.

Returns:

  • (String)


20849
20850
20851
20852
20853
20854
20855
20856
20857
20858
20859
# File 'lib/aws-sdk-quicksight/types.rb', line 20849

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

#prefixString

Determines the prefix value of the number format.

Returns:

  • (String)


20849
20850
20851
20852
20853
20854
20855
20856
20857
20858
20859
# File 'lib/aws-sdk-quicksight/types.rb', line 20849

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

The options that determine the numeric separator configuration.



20849
20850
20851
20852
20853
20854
20855
20856
20857
20858
20859
# File 'lib/aws-sdk-quicksight/types.rb', line 20849

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

#suffixString

Determines the suffix value of the number format.

Returns:

  • (String)


20849
20850
20851
20852
20853
20854
20855
20856
20857
20858
20859
# File 'lib/aws-sdk-quicksight/types.rb', line 20849

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