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_labelString

The custom label string for the subtotal cells.

Returns:

  • (String)


27131
27132
27133
27134
27135
27136
27137
27138
27139
27140
27141
27142
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27131

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_levelString

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

Returns:

  • (String)


27131
27132
27133
27134
27135
27136
27137
27138
27139
27140
27141
27142
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27131

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_optionsArray<Types::PivotTableFieldSubtotalOptions>

The optional configuration of subtotal cells.



27131
27132
27133
27134
27135
27136
27137
27138
27139
27140
27141
27142
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27131

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_styleTypes::TableCellStyle

The cell styling options for the subtotals of header cells.



27131
27132
27133
27134
27135
27136
27137
27138
27139
27140
27141
27142
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27131

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_targetsArray<Types::TableStyleTarget>

The style targets options for subtotals.

Returns:



27131
27132
27133
27134
27135
27136
27137
27138
27139
27140
27141
27142
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27131

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_styleTypes::TableCellStyle

The cell styling options for the subtotal cells.



27131
27132
27133
27134
27135
27136
27137
27138
27139
27140
27141
27142
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27131

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_visibilityString

The visibility configuration for the subtotal cells.

Returns:

  • (String)


27131
27132
27133
27134
27135
27136
27137
27138
27139
27140
27141
27142
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27131

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_styleTypes::TableCellStyle

The cell styling options for the subtotals of value cells.



27131
27132
27133
27134
27135
27136
27137
27138
27139
27140
27141
27142
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27131

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