Class: Aws::QuickSight::Types::FormatConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FormatConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The formatting configuration for all types of field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date_time_format_configuration ⇒ Types::DateTimeFormatConfiguration
Formatting configuration for
DateTimefields. -
#number_format_configuration ⇒ Types::NumberFormatConfiguration
Formatting configuration for number fields.
-
#string_format_configuration ⇒ Types::StringFormatConfiguration
Formatting configuration for string fields.
Instance Attribute Details
#date_time_format_configuration ⇒ Types::DateTimeFormatConfiguration
Formatting configuration for DateTime fields.
18816 18817 18818 18819 18820 18821 18822 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18816 class FormatConfiguration < Struct.new( :string_format_configuration, :number_format_configuration, :date_time_format_configuration) SENSITIVE = [] include Aws::Structure end |
#number_format_configuration ⇒ Types::NumberFormatConfiguration
Formatting configuration for number fields.
18816 18817 18818 18819 18820 18821 18822 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18816 class FormatConfiguration < Struct.new( :string_format_configuration, :number_format_configuration, :date_time_format_configuration) SENSITIVE = [] include Aws::Structure end |
#string_format_configuration ⇒ Types::StringFormatConfiguration
Formatting configuration for string fields.
18816 18817 18818 18819 18820 18821 18822 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18816 class FormatConfiguration < Struct.new( :string_format_configuration, :number_format_configuration, :date_time_format_configuration) SENSITIVE = [] include Aws::Structure end |