Class: Aws::QuickSight::Types::PercentageDisplayFormatConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The options that determine the percentage 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.



21823
21824
21825
21826
21827
21828
21829
21830
21831
21832
# File 'lib/aws-sdk-quicksight/types.rb', line 21823

class PercentageDisplayFormatConfiguration < Struct.new(
  :prefix,
  :suffix,
  :separator_configuration,
  :decimal_places_configuration,
  :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.



21823
21824
21825
21826
21827
21828
21829
21830
21831
21832
# File 'lib/aws-sdk-quicksight/types.rb', line 21823

class PercentageDisplayFormatConfiguration < Struct.new(
  :prefix,
  :suffix,
  :separator_configuration,
  :decimal_places_configuration,
  :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.



21823
21824
21825
21826
21827
21828
21829
21830
21831
21832
# File 'lib/aws-sdk-quicksight/types.rb', line 21823

class PercentageDisplayFormatConfiguration < Struct.new(
  :prefix,
  :suffix,
  :separator_configuration,
  :decimal_places_configuration,
  :negative_value_configuration,
  :null_value_format_configuration)
  SENSITIVE = [:prefix, :suffix]
  include Aws::Structure
end

#prefixString

Determines the prefix value of the percentage format.

Returns:

  • (String)


21823
21824
21825
21826
21827
21828
21829
21830
21831
21832
# File 'lib/aws-sdk-quicksight/types.rb', line 21823

class PercentageDisplayFormatConfiguration < Struct.new(
  :prefix,
  :suffix,
  :separator_configuration,
  :decimal_places_configuration,
  :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.



21823
21824
21825
21826
21827
21828
21829
21830
21831
21832
# File 'lib/aws-sdk-quicksight/types.rb', line 21823

class PercentageDisplayFormatConfiguration < Struct.new(
  :prefix,
  :suffix,
  :separator_configuration,
  :decimal_places_configuration,
  :negative_value_configuration,
  :null_value_format_configuration)
  SENSITIVE = [:prefix, :suffix]
  include Aws::Structure
end

#suffixString

Determines the suffix value of the percentage format.

Returns:

  • (String)


21823
21824
21825
21826
21827
21828
21829
21830
21831
21832
# File 'lib/aws-sdk-quicksight/types.rb', line 21823

class PercentageDisplayFormatConfiguration < Struct.new(
  :prefix,
  :suffix,
  :separator_configuration,
  :decimal_places_configuration,
  :negative_value_configuration,
  :null_value_format_configuration)
  SENSITIVE = [:prefix, :suffix]
  include Aws::Structure
end