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.
31099 31100 31101 31102 31103 31104 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31099 class ThousandSeparatorOptions < Struct.new( :symbol, :visibility) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
Determines the visibility of the thousands separator.
31099 31100 31101 31102 31103 31104 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31099 class ThousandSeparatorOptions < Struct.new( :symbol, :visibility) SENSITIVE = [] include Aws::Structure end |