Class: Aws::Types::StringFormatConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::StringFormatConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#null_value_format_configuration ⇒ Types::NullValueFormatConfiguration
Returns the value of attribute null_value_format_configuration.
10642 10643 10644 |
# File 'sig/types.rbs', line 10642 def null_value_format_configuration @null_value_format_configuration end |
#numeric_format_configuration ⇒ Types::NumericFormatConfiguration
Returns the value of attribute numeric_format_configuration.
10643 10644 10645 |
# File 'sig/types.rbs', line 10643 def numeric_format_configuration @numeric_format_configuration end |