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.
29592 29593 29594 29595 29596 29597 29598 29599 29600 29601 29602 29603 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29592 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.
29592 29593 29594 29595 29596 29597 29598 29599 29600 29601 29602 29603 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29592 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.
29592 29593 29594 29595 29596 29597 29598 29599 29600 29601 29602 29603 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29592 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.
29592 29593 29594 29595 29596 29597 29598 29599 29600 29601 29602 29603 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29592 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.
29592 29593 29594 29595 29596 29597 29598 29599 29600 29601 29602 29603 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29592 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.
29592 29593 29594 29595 29596 29597 29598 29599 29600 29601 29602 29603 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29592 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.
29592 29593 29594 29595 29596 29597 29598 29599 29600 29601 29602 29603 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29592 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.
29592 29593 29594 29595 29596 29597 29598 29599 29600 29601 29602 29603 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29592 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 |