Class: Aws::QuickSight::Types::DateTimeFormatConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DateTimeFormatConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Formatting configuration for ‘DateTime` fields.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date_time_format ⇒ String
Determines the ‘DateTime` format.
-
#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 ‘DateTime` fields.
Instance Attribute Details
#date_time_format ⇒ String
Determines the ‘DateTime` format.
9814 9815 9816 9817 9818 9819 9820 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9814 class DateTimeFormatConfiguration < Struct.new( :date_time_format, :null_value_format_configuration, :numeric_format_configuration) SENSITIVE = [] include Aws::Structure end |
#null_value_format_configuration ⇒ Types::NullValueFormatConfiguration
The options that determine the null value format configuration.
9814 9815 9816 9817 9818 9819 9820 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9814 class DateTimeFormatConfiguration < Struct.new( :date_time_format, :null_value_format_configuration, :numeric_format_configuration) SENSITIVE = [] include Aws::Structure end |
#numeric_format_configuration ⇒ Types::NumericFormatConfiguration
The formatting configuration for numeric ‘DateTime` fields.
9814 9815 9816 9817 9818 9819 9820 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9814 class DateTimeFormatConfiguration < Struct.new( :date_time_format, :null_value_format_configuration, :numeric_format_configuration) SENSITIVE = [] include Aws::Structure end |