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)


29999
30000
30001
30002
30003
30004
30005
30006
30007
30008
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29999

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)


29999
30000
30001
30002
30003
30004
30005
30006
30007
30008
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29999

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)


29999
30000
30001
30002
30003
30004
30005
30006
30007
30008
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29999

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:



29999
30000
30001
30002
30003
30004
30005
30006
30007
30008
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29999

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.



29999
30000
30001
30002
30003
30004
30005
30006
30007
30008
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29999

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)


29999
30000
30001
30002
30003
30004
30005
30006
30007
30008
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29999

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