Class: Aws::QuickSight::Types::SubtotalOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SubtotalOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The subtotal options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_label ⇒ String
The custom label string for the subtotal cells.
-
#field_level ⇒ String
The field level (all, custom, last) for the subtotal cells.
-
#field_level_options ⇒ Array<Types::PivotTableFieldSubtotalOptions>
The optional configuration of subtotal cells.
-
#metric_header_cell_style ⇒ Types::TableCellStyle
The cell styling options for the subtotals of header cells.
-
#style_targets ⇒ Array<Types::TableStyleTarget>
The style targets options for subtotals.
-
#total_cell_style ⇒ Types::TableCellStyle
The cell styling options for the subtotal cells.
-
#totals_visibility ⇒ String
The visibility configuration for the subtotal cells.
-
#value_cell_style ⇒ Types::TableCellStyle
The cell styling options for the subtotals of value cells.
Instance Attribute Details
#custom_label ⇒ String
The custom label string for the subtotal cells.
28287 28288 28289 28290 28291 28292 28293 28294 28295 28296 28297 28298 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28287 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.
28287 28288 28289 28290 28291 28292 28293 28294 28295 28296 28297 28298 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28287 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.
28287 28288 28289 28290 28291 28292 28293 28294 28295 28296 28297 28298 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28287 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.
28287 28288 28289 28290 28291 28292 28293 28294 28295 28296 28297 28298 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28287 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.
28287 28288 28289 28290 28291 28292 28293 28294 28295 28296 28297 28298 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28287 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.
28287 28288 28289 28290 28291 28292 28293 28294 28295 28296 28297 28298 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28287 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.
28287 28288 28289 28290 28291 28292 28293 28294 28295 28296 28297 28298 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28287 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.
28287 28288 28289 28290 28291 28292 28293 28294 28295 28296 28297 28298 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28287 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 |