Class: Aws::Types::NumericSeparatorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NumericSeparatorConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decimal_separator ⇒ "COMMA", ...
Returns the value of attribute decimal_separator.
-
#thousands_separator ⇒ Types::ThousandSeparatorOptions
Returns the value of attribute thousands_separator.
Instance Attribute Details
#decimal_separator ⇒ "COMMA", ...
Returns the value of attribute decimal_separator.
8319 8320 8321 |
# File 'sig/types.rbs', line 8319 def decimal_separator @decimal_separator end |
#thousands_separator ⇒ Types::ThousandSeparatorOptions
Returns the value of attribute thousands_separator.
8320 8321 8322 |
# File 'sig/types.rbs', line 8320 def thousands_separator @thousands_separator end |