Class: Aws::Types::FormatConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FormatConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_time_format_configuration ⇒ Types::DateTimeFormatConfiguration
Returns the value of attribute date_time_format_configuration.
-
#number_format_configuration ⇒ Types::NumberFormatConfiguration
Returns the value of attribute number_format_configuration.
-
#string_format_configuration ⇒ Types::StringFormatConfiguration
Returns the value of attribute string_format_configuration.
Instance Attribute Details
#date_time_format_configuration ⇒ Types::DateTimeFormatConfiguration
Returns the value of attribute date_time_format_configuration.
6094 6095 6096 |
# File 'sig/types.rbs', line 6094 def date_time_format_configuration @date_time_format_configuration end |
#number_format_configuration ⇒ Types::NumberFormatConfiguration
Returns the value of attribute number_format_configuration.
6093 6094 6095 |
# File 'sig/types.rbs', line 6093 def number_format_configuration @number_format_configuration end |
#string_format_configuration ⇒ Types::StringFormatConfiguration
Returns the value of attribute string_format_configuration.
6092 6093 6094 |
# File 'sig/types.rbs', line 6092 def string_format_configuration @string_format_configuration end |