Class: Aws::Types::DateTimeFormatConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DateTimeFormatConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_time_format ⇒ ::String
Returns the value of attribute date_time_format.
-
#null_value_format_configuration ⇒ Types::NullValueFormatConfiguration
Returns the value of attribute null_value_format_configuration.
-
#numeric_format_configuration ⇒ Types::NumericFormatConfiguration
Returns the value of attribute numeric_format_configuration.
Instance Attribute Details
#date_time_format ⇒ ::String
Returns the value of attribute date_time_format.
3503 3504 3505 |
# File 'sig/types.rbs', line 3503 def date_time_format @date_time_format end |
#null_value_format_configuration ⇒ Types::NullValueFormatConfiguration
Returns the value of attribute null_value_format_configuration.
3504 3505 3506 |
# File 'sig/types.rbs', line 3504 def null_value_format_configuration @null_value_format_configuration end |
#numeric_format_configuration ⇒ Types::NumericFormatConfiguration
Returns the value of attribute numeric_format_configuration.
3505 3506 3507 |
# File 'sig/types.rbs', line 3505 def numeric_format_configuration @numeric_format_configuration end |