Class: Aws::QuickSight::Types::NumericSeparatorConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NumericSeparatorConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the numeric separator configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#decimal_separator ⇒ String
Determines the decimal separator.
-
#thousands_separator ⇒ Types::ThousandSeparatorOptions
The options that determine the thousands separator configuration.
Instance Attribute Details
#decimal_separator ⇒ String
Determines the decimal separator.
23163 23164 23165 23166 23167 23168 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23163 class NumericSeparatorConfiguration < Struct.new( :decimal_separator, :thousands_separator) SENSITIVE = [] include Aws::Structure end |
#thousands_separator ⇒ Types::ThousandSeparatorOptions
The options that determine the thousands separator configuration.
23163 23164 23165 23166 23167 23168 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23163 class NumericSeparatorConfiguration < Struct.new( :decimal_separator, :thousands_separator) SENSITIVE = [] include Aws::Structure end |