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

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



21636
21637
21638
21639
21640
# File 'lib/aws-sdk-quicksight/types.rb', line 21636

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