Class: Aws::Types::CurrencyDisplayFormatConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CurrencyDisplayFormatConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decimal_places_configuration ⇒ Types::DecimalPlacesConfiguration
Returns the value of attribute decimal_places_configuration.
-
#negative_value_configuration ⇒ Types::NegativeValueConfiguration
Returns the value of attribute negative_value_configuration.
-
#null_value_format_configuration ⇒ Types::NullValueFormatConfiguration
Returns the value of attribute null_value_format_configuration.
-
#number_scale ⇒ "NONE", ...
Returns the value of attribute number_scale.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#separator_configuration ⇒ Types::NumericSeparatorConfiguration
Returns the value of attribute separator_configuration.
-
#suffix ⇒ ::String
Returns the value of attribute suffix.
-
#symbol ⇒ ::String
Returns the value of attribute symbol.
Instance Attribute Details
#decimal_places_configuration ⇒ Types::DecimalPlacesConfiguration
Returns the value of attribute decimal_places_configuration.
2680 2681 2682 |
# File 'sig/types.rbs', line 2680 def decimal_places_configuration @decimal_places_configuration end |
#negative_value_configuration ⇒ Types::NegativeValueConfiguration
Returns the value of attribute negative_value_configuration.
2682 2683 2684 |
# File 'sig/types.rbs', line 2682 def negative_value_configuration @negative_value_configuration end |
#null_value_format_configuration ⇒ Types::NullValueFormatConfiguration
Returns the value of attribute null_value_format_configuration.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def null_value_format_configuration @null_value_format_configuration end |
#number_scale ⇒ "NONE", ...
Returns the value of attribute number_scale.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def number_scale @number_scale end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def prefix @prefix end |
#separator_configuration ⇒ Types::NumericSeparatorConfiguration
Returns the value of attribute separator_configuration.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def separator_configuration @separator_configuration end |
#suffix ⇒ ::String
Returns the value of attribute suffix.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def suffix @suffix end |
#symbol ⇒ ::String
Returns the value of attribute symbol.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def symbol @symbol end |