Class: Aws::QuickSight::Types::NumberFormatConfiguration

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

Overview

Formatting configuration for number fields.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#format_configurationTypes::NumericFormatConfiguration

The options that determine the numeric format configuration.



20869
20870
20871
20872
20873
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20869

class NumberFormatConfiguration < Struct.new(
  :format_configuration)
  SENSITIVE = []
  include Aws::Structure
end