Class: Aws::QuickSight::Types::StringFormatConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StringFormatConfiguration
- Defined in:
- gems/aws-sdk-quicksight/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.
28024 28025 28026 28027 28028 28029 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28024 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.
28024 28025 28026 28027 28028 28029 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28024 class StringFormatConfiguration < Struct.new( :null_value_format_configuration, :numeric_format_configuration) SENSITIVE = [] include Aws::Structure end |