Class: Aws::QuickSight::Types::ThousandSeparatorOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ThousandSeparatorOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the thousands separator configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grouping_style ⇒ String
Determines the way numbers are styled to accommodate different readability standards.
-
#symbol ⇒ String
Determines the thousands separator symbol.
-
#visibility ⇒ String
Determines the visibility of the thousands separator.
Instance Attribute Details
#grouping_style ⇒ String
Determines the way numbers are styled to accommodate different
readability standards. The DEFAULT
value uses the standard
international grouping system and groups numbers by the thousands.
The LAKHS
value uses the Indian numbering system and groups
numbers by lakhs and crores.
33388 33389 33390 33391 33392 33393 33394 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33388 class ThousandSeparatorOptions < Struct.new( :symbol, :visibility, :grouping_style) SENSITIVE = [] include Aws::Structure end |
#symbol ⇒ String
Determines the thousands separator symbol.
33388 33389 33390 33391 33392 33393 33394 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33388 class ThousandSeparatorOptions < Struct.new( :symbol, :visibility, :grouping_style) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
Determines the visibility of the thousands separator.
33388 33389 33390 33391 33392 33393 33394 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33388 class ThousandSeparatorOptions < Struct.new( :symbol, :visibility, :grouping_style) SENSITIVE = [] include Aws::Structure end |