Class: Aws::QuickSight::Types::TotalOptions

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

Overview

The total options for a table visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_label ⇒ String

The custom label string for the total cells.

Returns:

  • (String)


47673
47674
47675
47676
47677
47678
47679
47680
47681
47682
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47673

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.

Returns:

  • (String)


47673
47674
47675
47676
47677
47678
47679
47680
47681
47682
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47673

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.

Returns:

  • (String)


47673
47674
47675
47676
47677
47678
47679
47680
47681
47682
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47673

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.

Returns:



47673
47674
47675
47676
47677
47678
47679
47680
47681
47682
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47673

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.



47673
47674
47675
47676
47677
47678
47679
47680
47681
47682
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47673

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.

Returns:

  • (String)


47673
47674
47675
47676
47677
47678
47679
47680
47681
47682
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47673

class TotalOptions < Struct.new(
  :totals_visibility,
  :placement,
  :scroll_status,
  :custom_label,
  :total_cell_style,
  :total_aggregation_options)
  SENSITIVE = []
  include Aws::Structure
end