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.
5828 5829 5830 |
# File 'sig/types.rbs', line 5828 def date_time_format_configuration @date_time_format_configuration end |
#number_format_configuration ⇒ Types::NumberFormatConfiguration
Returns the value of attribute number_format_configuration.
5827 5828 5829 |
# File 'sig/types.rbs', line 5827 def number_format_configuration @number_format_configuration end |
#string_format_configuration ⇒ Types::StringFormatConfiguration
Returns the value of attribute string_format_configuration.
5826 5827 5828 |
# File 'sig/types.rbs', line 5826 def string_format_configuration @string_format_configuration end |