Class: Aws::QuickSight::Types::StringFormatConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StringFormatConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Formatting configuration for string fields.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#null_value_format_configuration ⇒ Types::NullValueFormatConfiguration
The options that determine the null value format configuration.
-
#numeric_format_configuration ⇒ Types::NumericFormatConfiguration
The formatting configuration for numeric strings.
Instance Attribute Details
#null_value_format_configuration ⇒ Types::NullValueFormatConfiguration
The options that determine the null value format configuration.
29465 29466 29467 29468 29469 29470 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29465 class StringFormatConfiguration < Struct.new( :null_value_format_configuration, :numeric_format_configuration) SENSITIVE = [] include Aws::Structure end |
#numeric_format_configuration ⇒ Types::NumericFormatConfiguration
The formatting configuration for numeric strings.
29465 29466 29467 29468 29469 29470 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29465 class StringFormatConfiguration < Struct.new( :null_value_format_configuration, :numeric_format_configuration) SENSITIVE = [] include Aws::Structure end |