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.
11112 11113 11114 |
# File 'sig/types.rbs', line 11112 def grouping_style @grouping_style end |
#symbol ⇒ "COMMA", ...
Returns the value of attribute symbol.
11110 11111 11112 |
# File 'sig/types.rbs', line 11110 def symbol @symbol end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
11111 11112 11113 |
# File 'sig/types.rbs', line 11111 def visibility @visibility end |