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.
31329 31330 31331 31332 31333 31334 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31329 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.
31329 31330 31331 31332 31333 31334 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31329 class StringFormatConfiguration < Struct.new( :null_value_format_configuration, :numeric_format_configuration) SENSITIVE = [] include Aws::Structure end |