Class: Aws::QuickSight::Types::DisplayFormatOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DisplayFormatOptions
- Includes:
- Structure
- Defined in:
- 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.
13888 13889 13890 13891 13892 13893 13894 13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13888 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`.
13888 13889 13890 13891 13892 13893 13894 13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13888 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.
13888 13889 13890 13891 13892 13893 13894 13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13888 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.
13888 13889 13890 13891 13892 13893 13894 13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13888 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.
13888 13889 13890 13891 13892 13893 13894 13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13888 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.
13888 13889 13890 13891 13892 13893 13894 13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13888 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.
13888 13889 13890 13891 13892 13893 13894 13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13888 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.
13888 13889 13890 13891 13892 13893 13894 13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13888 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.
13888 13889 13890 13891 13892 13893 13894 13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13888 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`.
13888 13889 13890 13891 13892 13893 13894 13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13888 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.
13888 13889 13890 13891 13892 13893 13894 13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13888 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.
13888 13889 13890 13891 13892 13893 13894 13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13888 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 |