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.



22025
22026
22027
22028
22029
22030
22031
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22025

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.



22025
22026
22027
22028
22029
22030
22031
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22025

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.



22025
22026
22027
22028
22029
22030
22031
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22025

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