Class: Aws::QuickSight::Types::SubtotalOptions

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

Overview

The subtotal options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_label ⇒ String

The custom label string for the subtotal cells.

Returns:

  • (String)


43974
43975
43976
43977
43978
43979
43980
43981
43982
43983
43984
43985
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43974

class SubtotalOptions < Struct.new(
  :totals_visibility,
  :custom_label,
  :field_level,
  :field_level_options,
  :total_cell_style,
  :value_cell_style,
  :metric_header_cell_style,
  :style_targets)
  SENSITIVE = []
  include Aws::Structure
end

#field_level ⇒ String

The field level (all, custom, last) for the subtotal cells.

Returns:

  • (String)


43974
43975
43976
43977
43978
43979
43980
43981
43982
43983
43984
43985
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43974

class SubtotalOptions < Struct.new(
  :totals_visibility,
  :custom_label,
  :field_level,
  :field_level_options,
  :total_cell_style,
  :value_cell_style,
  :metric_header_cell_style,
  :style_targets)
  SENSITIVE = []
  include Aws::Structure
end

#field_level_options ⇒ Array<Types::PivotTableFieldSubtotalOptions>

The optional configuration of subtotal cells.



43974
43975
43976
43977
43978
43979
43980
43981
43982
43983
43984
43985
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43974

class SubtotalOptions < Struct.new(
  :totals_visibility,
  :custom_label,
  :field_level,
  :field_level_options,
  :total_cell_style,
  :value_cell_style,
  :metric_header_cell_style,
  :style_targets)
  SENSITIVE = []
  include Aws::Structure
end

#metric_header_cell_style ⇒ Types::TableCellStyle

The cell styling options for the subtotals of header cells.



43974
43975
43976
43977
43978
43979
43980
43981
43982
43983
43984
43985
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43974

class SubtotalOptions < Struct.new(
  :totals_visibility,
  :custom_label,
  :field_level,
  :field_level_options,
  :total_cell_style,
  :value_cell_style,
  :metric_header_cell_style,
  :style_targets)
  SENSITIVE = []
  include Aws::Structure
end

#style_targets ⇒ Array<Types::TableStyleTarget>

The style targets options for subtotals.

Returns:



43974
43975
43976
43977
43978
43979
43980
43981
43982
43983
43984
43985
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43974

class SubtotalOptions < Struct.new(
  :totals_visibility,
  :custom_label,
  :field_level,
  :field_level_options,
  :total_cell_style,
  :value_cell_style,
  :metric_header_cell_style,
  :style_targets)
  SENSITIVE = []
  include Aws::Structure
end

#total_cell_style ⇒ Types::TableCellStyle

The cell styling options for the subtotal cells.



43974
43975
43976
43977
43978
43979
43980
43981
43982
43983
43984
43985
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43974

class SubtotalOptions < Struct.new(
  :totals_visibility,
  :custom_label,
  :field_level,
  :field_level_options,
  :total_cell_style,
  :value_cell_style,
  :metric_header_cell_style,
  :style_targets)
  SENSITIVE = []
  include Aws::Structure
end

#totals_visibility ⇒ String

The visibility configuration for the subtotal cells.

Returns:

  • (String)


43974
43975
43976
43977
43978
43979
43980
43981
43982
43983
43984
43985
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43974

class SubtotalOptions < Struct.new(
  :totals_visibility,
  :custom_label,
  :field_level,
  :field_level_options,
  :total_cell_style,
  :value_cell_style,
  :metric_header_cell_style,
  :style_targets)
  SENSITIVE = []
  include Aws::Structure
end

#value_cell_style ⇒ Types::TableCellStyle

The cell styling options for the subtotals of value cells.



43974
43975
43976
43977
43978
43979
43980
43981
43982
43983
43984
43985
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43974

class SubtotalOptions < Struct.new(
  :totals_visibility,
  :custom_label,
  :field_level,
  :field_level_options,
  :total_cell_style,
  :value_cell_style,
  :metric_header_cell_style,
  :style_targets)
  SENSITIVE = []
  include Aws::Structure
end