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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



21004
21005
21006
21007
21008
21009
21010
# File 'lib/aws-sdk-quicksight/types.rb', line 21004

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.



21004
21005
21006
21007
21008
21009
21010
# File 'lib/aws-sdk-quicksight/types.rb', line 21004

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.



21004
21005
21006
21007
21008
21009
21010
# File 'lib/aws-sdk-quicksight/types.rb', line 21004

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