Class: Aws::QuickSight::Types::NumberFormatConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NumberFormatConfiguration
- 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
-
#format_configuration ⇒ Types::NumericFormatConfiguration
The options that determine the numeric format configuration.
Instance Attribute Details
#format_configuration ⇒ Types::NumericFormatConfiguration
The options that determine the numeric format configuration.
23894 23895 23896 23897 23898 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23894 class NumberFormatConfiguration < Struct.new( :format_configuration) SENSITIVE = [] include Aws::Structure end |