Class: Aws::QuickSight::Types::PivotTotalOptions

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

Overview

The optional configuration of totals cells in a PivotTableVisual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_labelString

The custom label string for the total cells.

Returns:

  • (String)


22740
22741
22742
22743
22744
22745
22746
22747
22748
22749
22750
22751
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22740

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

#metric_header_cell_styleTypes::TableCellStyle

The cell styling options for the total of header cells.



22740
22741
22742
22743
22744
22745
22746
22747
22748
22749
22750
22751
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22740

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

#placementString

The placement (start, end) for the total cells.

Returns:

  • (String)


22740
22741
22742
22743
22744
22745
22746
22747
22748
22749
22750
22751
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22740

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

#scroll_statusString

The scroll status (pinned, scrolled) for the total cells.

Returns:

  • (String)


22740
22741
22742
22743
22744
22745
22746
22747
22748
22749
22750
22751
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22740

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

#total_aggregation_optionsArray<Types::TotalAggregationOption>

The total aggregation options for each value field.

Returns:



22740
22741
22742
22743
22744
22745
22746
22747
22748
22749
22750
22751
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22740

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

#total_cell_styleTypes::TableCellStyle

The cell styling options for the total cells.



22740
22741
22742
22743
22744
22745
22746
22747
22748
22749
22750
22751
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22740

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

#totals_visibilityString

The visibility configuration for the total cells.

Returns:

  • (String)


22740
22741
22742
22743
22744
22745
22746
22747
22748
22749
22750
22751
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22740

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

#value_cell_styleTypes::TableCellStyle

The cell styling options for the totals of value cells.



22740
22741
22742
22743
22744
22745
22746
22747
22748
22749
22750
22751
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22740

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