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_labelString

The custom label string for the total cells.

Returns:

  • (String)


43806
43807
43808
43809
43810
43811
43812
43813
43814
43815
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43806

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

#placementString

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

Returns:

  • (String)


43806
43807
43808
43809
43810
43811
43812
43813
43814
43815
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43806

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

#scroll_statusString

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

Returns:

  • (String)


43806
43807
43808
43809
43810
43811
43812
43813
43814
43815
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43806

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

#total_aggregation_optionsArray<Types::TotalAggregationOption>

The total aggregation settings for each value field.

Returns:



43806
43807
43808
43809
43810
43811
43812
43813
43814
43815
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43806

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

#total_cell_styleTypes::TableCellStyle

Cell styling options for the total cells.



43806
43807
43808
43809
43810
43811
43812
43813
43814
43815
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43806

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

#totals_visibilityString

The visibility configuration for the total cells.

Returns:

  • (String)


43806
43807
43808
43809
43810
43811
43812
43813
43814
43815
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43806

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