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.
13835 13836 13837 13838 13839 13840 13841 13842 13843 13844 13845 13846 13847 13848 13849 13850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13835 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
.
13835 13836 13837 13838 13839 13840 13841 13842 13843 13844 13845 13846 13847 13848 13849 13850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13835 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.
13835 13836 13837 13838 13839 13840 13841 13842 13843 13844 13845 13846 13847 13848 13849 13850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13835 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.
13835 13836 13837 13838 13839 13840 13841 13842 13843 13844 13845 13846 13847 13848 13849 13850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13835 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.
13835 13836 13837 13838 13839 13840 13841 13842 13843 13844 13845 13846 13847 13848 13849 13850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13835 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.
13835 13836 13837 13838 13839 13840 13841 13842 13843 13844 13845 13846 13847 13848 13849 13850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13835 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.
13835 13836 13837 13838 13839 13840 13841 13842 13843 13844 13845 13846 13847 13848 13849 13850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13835 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.
13835 13836 13837 13838 13839 13840 13841 13842 13843 13844 13845 13846 13847 13848 13849 13850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13835 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.
13835 13836 13837 13838 13839 13840 13841 13842 13843 13844 13845 13846 13847 13848 13849 13850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13835 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
.
13835 13836 13837 13838 13839 13840 13841 13842 13843 13844 13845 13846 13847 13848 13849 13850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13835 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.
13835 13836 13837 13838 13839 13840 13841 13842 13843 13844 13845 13846 13847 13848 13849 13850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13835 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.
13835 13836 13837 13838 13839 13840 13841 13842 13843 13844 13845 13846 13847 13848 13849 13850 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13835 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 |