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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


22324
22325
22326
22327
22328
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22324

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