Class: Aws::Types::ThousandSeparatorOptions
- Inherits:
-
Object
- Object
- Aws::Types::ThousandSeparatorOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grouping_style ⇒ "DEFAULT", "LAKHS"
Returns the value of attribute grouping_style.
-
#symbol ⇒ "COMMA", ...
Returns the value of attribute symbol.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#grouping_style ⇒ "DEFAULT", "LAKHS"
Returns the value of attribute grouping_style.
11502 11503 11504 |
# File 'sig/types.rbs', line 11502 def grouping_style @grouping_style end |
#symbol ⇒ "COMMA", ...
Returns the value of attribute symbol.
11500 11501 11502 |
# File 'sig/types.rbs', line 11500 def symbol @symbol end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
11501 11502 11503 |
# File 'sig/types.rbs', line 11501 def visibility @visibility end |