Class: Aws::QuickSight::Types::TotalOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TotalOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The total options for a table visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_label ⇒ String
The custom label string for the total cells.
-
#placement ⇒ String
The placement (start, end) for the total cells.
-
#scroll_status ⇒ String
The scroll status (pinned, scrolled) for the total cells.
-
#total_aggregation_options ⇒ Array<Types::TotalAggregationOption>
The total aggregation settings for each value field.
-
#total_cell_style ⇒ Types::TableCellStyle
Cell styling options for the total cells.
-
#totals_visibility ⇒ String
The visibility configuration for the total cells.
Instance Attribute Details
#custom_label ⇒ String
The custom label string for the total cells.
32796 32797 32798 32799 32800 32801 32802 32803 32804 32805 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32796 class TotalOptions < Struct.new( :totals_visibility, :placement, :scroll_status, :custom_label, :total_cell_style, :total_aggregation_options) SENSITIVE = [] include Aws::Structure end |
#placement ⇒ String
The placement (start, end) for the total cells.
32796 32797 32798 32799 32800 32801 32802 32803 32804 32805 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32796 class TotalOptions < Struct.new( :totals_visibility, :placement, :scroll_status, :custom_label, :total_cell_style, :total_aggregation_options) SENSITIVE = [] include Aws::Structure end |
#scroll_status ⇒ String
The scroll status (pinned, scrolled) for the total cells.
32796 32797 32798 32799 32800 32801 32802 32803 32804 32805 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32796 class TotalOptions < Struct.new( :totals_visibility, :placement, :scroll_status, :custom_label, :total_cell_style, :total_aggregation_options) SENSITIVE = [] include Aws::Structure end |
#total_aggregation_options ⇒ Array<Types::TotalAggregationOption>
The total aggregation settings for each value field.
32796 32797 32798 32799 32800 32801 32802 32803 32804 32805 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32796 class TotalOptions < Struct.new( :totals_visibility, :placement, :scroll_status, :custom_label, :total_cell_style, :total_aggregation_options) SENSITIVE = [] include Aws::Structure end |
#total_cell_style ⇒ Types::TableCellStyle
Cell styling options for the total cells.
32796 32797 32798 32799 32800 32801 32802 32803 32804 32805 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32796 class TotalOptions < Struct.new( :totals_visibility, :placement, :scroll_status, :custom_label, :total_cell_style, :total_aggregation_options) SENSITIVE = [] include Aws::Structure end |
#totals_visibility ⇒ String
The visibility configuration for the total cells.
32796 32797 32798 32799 32800 32801 32802 32803 32804 32805 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32796 class TotalOptions < Struct.new( :totals_visibility, :placement, :scroll_status, :custom_label, :total_cell_style, :total_aggregation_options) SENSITIVE = [] include Aws::Structure end |