Class: Aws::QuickSight::Types::NumberFormatConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NumberFormatConfiguration
- Includes:
- Structure
- Defined in:
- 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.
22914 22915 22916 22917 22918 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22914 class NumberFormatConfiguration < Struct.new( :format_configuration) SENSITIVE = [] include Aws::Structure end |