Class: Aws::QuickSight::Types::ThousandSeparatorOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ThousandSeparatorOptions
- Includes:
- Structure
- Defined in:
- 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.
29562 29563 29564 29565 29566 29567 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29562 class ThousandSeparatorOptions < Struct.new( :symbol, :visibility) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
Determines the visibility of the thousands separator.
29562 29563 29564 29565 29566 29567 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29562 class ThousandSeparatorOptions < Struct.new( :symbol, :visibility) SENSITIVE = [] include Aws::Structure end |