Class: Aws::QuickSight::Types::NumericFormatConfiguration

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

Overview

The options that determine the numeric format configuration.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_display_format_configurationTypes::CurrencyDisplayFormatConfiguration

The options that determine the currency display format configuration.



21087
21088
21089
21090
21091
21092
21093
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21087

class NumericFormatConfiguration < Struct.new(
  :number_display_format_configuration,
  :currency_display_format_configuration,
  :percentage_display_format_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#number_display_format_configurationTypes::NumberDisplayFormatConfiguration

The options that determine the number display format configuration.



21087
21088
21089
21090
21091
21092
21093
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21087

class NumericFormatConfiguration < Struct.new(
  :number_display_format_configuration,
  :currency_display_format_configuration,
  :percentage_display_format_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#percentage_display_format_configurationTypes::PercentageDisplayFormatConfiguration

The options that determine the percentage display format configuration.



21087
21088
21089
21090
21091
21092
21093
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21087

class NumericFormatConfiguration < Struct.new(
  :number_display_format_configuration,
  :currency_display_format_configuration,
  :percentage_display_format_configuration)
  SENSITIVE = []
  include Aws::Structure
end