Class: Aws::QuickSight::Types::PivotTableFieldSubtotalOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#field_idString

The field ID of the subtotal options.

Returns:

  • (String)


24537
24538
24539
24540
24541
# File 'lib/aws-sdk-quicksight/types.rb', line 24537

class PivotTableFieldSubtotalOptions < Struct.new(
  :field_id)
  SENSITIVE = []
  include Aws::Structure
end