Class: Aws::QuickSight::Types::DisplayFormatOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DisplayFormatOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A structure that represents additional options for display formatting.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blank_cell_format ⇒ String
Determines the blank cell format.
-
#currency_symbol ⇒ String
The currency symbol, such as
USD
. -
#date_format ⇒ String
Determines the
DateTime
format. -
#decimal_separator ⇒ String
Determines the decimal separator.
-
#fraction_digits ⇒ Integer
Determines the number of fraction digits.
-
#grouping_separator ⇒ String
Determines the grouping separator.
-
#negative_format ⇒ Types::NegativeFormat
The negative format.
-
#prefix ⇒ String
The prefix value for a display format.
-
#suffix ⇒ String
The suffix value for a display format.
-
#unit_scaler ⇒ String
The unit scaler.
-
#use_blank_cell_format ⇒ Boolean
A Boolean value that indicates whether to use blank cell format.
-
#use_grouping ⇒ Boolean
A Boolean value that indicates whether to use grouping.
Instance Attribute Details
#blank_cell_format ⇒ String
Determines the blank cell format.
14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14805 class DisplayFormatOptions < Struct.new( :use_blank_cell_format, :blank_cell_format, :date_format, :decimal_separator, :grouping_separator, :use_grouping, :fraction_digits, :prefix, :suffix, :unit_scaler, :negative_format, :currency_symbol) SENSITIVE = [] include Aws::Structure end |
#currency_symbol ⇒ String
The currency symbol, such as USD
.
14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14805 class DisplayFormatOptions < Struct.new( :use_blank_cell_format, :blank_cell_format, :date_format, :decimal_separator, :grouping_separator, :use_grouping, :fraction_digits, :prefix, :suffix, :unit_scaler, :negative_format, :currency_symbol) SENSITIVE = [] include Aws::Structure end |
#date_format ⇒ String
Determines the DateTime
format.
14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14805 class DisplayFormatOptions < Struct.new( :use_blank_cell_format, :blank_cell_format, :date_format, :decimal_separator, :grouping_separator, :use_grouping, :fraction_digits, :prefix, :suffix, :unit_scaler, :negative_format, :currency_symbol) SENSITIVE = [] include Aws::Structure end |
#decimal_separator ⇒ String
Determines the decimal separator.
14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14805 class DisplayFormatOptions < Struct.new( :use_blank_cell_format, :blank_cell_format, :date_format, :decimal_separator, :grouping_separator, :use_grouping, :fraction_digits, :prefix, :suffix, :unit_scaler, :negative_format, :currency_symbol) SENSITIVE = [] include Aws::Structure end |
#fraction_digits ⇒ Integer
Determines the number of fraction digits.
14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14805 class DisplayFormatOptions < Struct.new( :use_blank_cell_format, :blank_cell_format, :date_format, :decimal_separator, :grouping_separator, :use_grouping, :fraction_digits, :prefix, :suffix, :unit_scaler, :negative_format, :currency_symbol) SENSITIVE = [] include Aws::Structure end |
#grouping_separator ⇒ String
Determines the grouping separator.
14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14805 class DisplayFormatOptions < Struct.new( :use_blank_cell_format, :blank_cell_format, :date_format, :decimal_separator, :grouping_separator, :use_grouping, :fraction_digits, :prefix, :suffix, :unit_scaler, :negative_format, :currency_symbol) SENSITIVE = [] include Aws::Structure end |
#negative_format ⇒ Types::NegativeFormat
The negative format.
14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14805 class DisplayFormatOptions < Struct.new( :use_blank_cell_format, :blank_cell_format, :date_format, :decimal_separator, :grouping_separator, :use_grouping, :fraction_digits, :prefix, :suffix, :unit_scaler, :negative_format, :currency_symbol) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix value for a display format.
14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14805 class DisplayFormatOptions < Struct.new( :use_blank_cell_format, :blank_cell_format, :date_format, :decimal_separator, :grouping_separator, :use_grouping, :fraction_digits, :prefix, :suffix, :unit_scaler, :negative_format, :currency_symbol) SENSITIVE = [] include Aws::Structure end |
#suffix ⇒ String
The suffix value for a display format.
14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14805 class DisplayFormatOptions < Struct.new( :use_blank_cell_format, :blank_cell_format, :date_format, :decimal_separator, :grouping_separator, :use_grouping, :fraction_digits, :prefix, :suffix, :unit_scaler, :negative_format, :currency_symbol) SENSITIVE = [] include Aws::Structure end |
#unit_scaler ⇒ String
The unit scaler. Valid values for this structure are: NONE
,
AUTO
, THOUSANDS
, MILLIONS
, BILLIONS
, and TRILLIONS
.
14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14805 class DisplayFormatOptions < Struct.new( :use_blank_cell_format, :blank_cell_format, :date_format, :decimal_separator, :grouping_separator, :use_grouping, :fraction_digits, :prefix, :suffix, :unit_scaler, :negative_format, :currency_symbol) SENSITIVE = [] include Aws::Structure end |
#use_blank_cell_format ⇒ Boolean
A Boolean value that indicates whether to use blank cell format.
14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14805 class DisplayFormatOptions < Struct.new( :use_blank_cell_format, :blank_cell_format, :date_format, :decimal_separator, :grouping_separator, :use_grouping, :fraction_digits, :prefix, :suffix, :unit_scaler, :negative_format, :currency_symbol) SENSITIVE = [] include Aws::Structure end |
#use_grouping ⇒ Boolean
A Boolean value that indicates whether to use grouping.
14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14805 class DisplayFormatOptions < Struct.new( :use_blank_cell_format, :blank_cell_format, :date_format, :decimal_separator, :grouping_separator, :use_grouping, :fraction_digits, :prefix, :suffix, :unit_scaler, :negative_format, :currency_symbol) SENSITIVE = [] include Aws::Structure end |