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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


31072
31073
31074
31075
31076
31077
31078
31079
31080
31081
31082
31083
# File 'lib/aws-sdk-quicksight/types.rb', line 31072

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)


31072
31073
31074
31075
31076
31077
31078
31079
31080
31081
31082
31083
# File 'lib/aws-sdk-quicksight/types.rb', line 31072

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.



31072
31073
31074
31075
31076
31077
31078
31079
31080
31081
31082
31083
# File 'lib/aws-sdk-quicksight/types.rb', line 31072

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.



31072
31073
31074
31075
31076
31077
31078
31079
31080
31081
31082
31083
# File 'lib/aws-sdk-quicksight/types.rb', line 31072

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:



31072
31073
31074
31075
31076
31077
31078
31079
31080
31081
31082
31083
# File 'lib/aws-sdk-quicksight/types.rb', line 31072

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.



31072
31073
31074
31075
31076
31077
31078
31079
31080
31081
31082
31083
# File 'lib/aws-sdk-quicksight/types.rb', line 31072

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)


31072
31073
31074
31075
31076
31077
31078
31079
31080
31081
31082
31083
# File 'lib/aws-sdk-quicksight/types.rb', line 31072

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.



31072
31073
31074
31075
31076
31077
31078
31079
31080
31081
31082
31083
# File 'lib/aws-sdk-quicksight/types.rb', line 31072

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