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
DateTime
fields. -
#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.
16655 16656 16657 16658 16659 16660 16661 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16655 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.
16655 16656 16657 16658 16659 16660 16661 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16655 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.
16655 16656 16657 16658 16659 16660 16661 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16655 class FormatConfiguration < Struct.new( :string_format_configuration, :number_format_configuration, :date_time_format_configuration) SENSITIVE = [] include Aws::Structure end |