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
-
#symbol ⇒ String
Determines the thousands separator symbol.
-
#visibility ⇒ String
Determines the visibility of the thousands separator.
Instance Attribute Details
#symbol ⇒ String
Determines the thousands separator symbol.
30056 30057 30058 30059 30060 30061 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30056 class ThousandSeparatorOptions < Struct.new( :symbol, :visibility) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
Determines the visibility of the thousands separator.
30056 30057 30058 30059 30060 30061 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30056 class ThousandSeparatorOptions < Struct.new( :symbol, :visibility) SENSITIVE = [] include Aws::Structure end |