Class: Aws::QuickSight::Types::PivotTableFieldSubtotalOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PivotTableFieldSubtotalOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The optional configuration of subtotals cells.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_id ⇒ String
The field ID of the subtotal options.
Instance Attribute Details
#field_id ⇒ String
The field ID of the subtotal options.
23168 23169 23170 23171 23172 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23168 class PivotTableFieldSubtotalOptions < Struct.new( :field_id) SENSITIVE = [] include Aws::Structure end |