Class: Aws::QuickSight::Types::NumericSeparatorConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The options that determine the numeric separator configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#decimal_separatorString

Determines the decimal separator.

Returns:

  • (String)


20679
20680
20681
20682
20683
20684
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20679

class NumericSeparatorConfiguration < Struct.new(
  :decimal_separator,
  :thousands_separator)
  SENSITIVE = []
  include Aws::Structure
end

#thousands_separatorTypes::ThousandSeparatorOptions

The options that determine the thousands separator configuration.



20679
20680
20681
20682
20683
20684
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20679

class NumericSeparatorConfiguration < Struct.new(
  :decimal_separator,
  :thousands_separator)
  SENSITIVE = []
  include Aws::Structure
end