Class: Aws::QuickSight::Types::PivotTableFieldOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The field options for a pivot table visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collapse_state_optionsArray<Types::PivotTableFieldCollapseStateOption>

The collapse state options for the pivot table field options.



22419
22420
22421
22422
22423
22424
22425
# File 'lib/aws-sdk-quicksight/types.rb', line 22419

class PivotTableFieldOptions < Struct.new(
  :selected_field_options,
  :data_path_options,
  :collapse_state_options)
  SENSITIVE = []
  include Aws::Structure
end

#data_path_optionsArray<Types::PivotTableDataPathOption>

The data path options for the pivot table field options.



22419
22420
22421
22422
22423
22424
22425
# File 'lib/aws-sdk-quicksight/types.rb', line 22419

class PivotTableFieldOptions < Struct.new(
  :selected_field_options,
  :data_path_options,
  :collapse_state_options)
  SENSITIVE = []
  include Aws::Structure
end

#selected_field_optionsArray<Types::PivotTableFieldOption>

The selected field options for the pivot table field options.

Returns:



22419
22420
22421
22422
22423
22424
22425
# File 'lib/aws-sdk-quicksight/types.rb', line 22419

class PivotTableFieldOptions < Struct.new(
  :selected_field_options,
  :data_path_options,
  :collapse_state_options)
  SENSITIVE = []
  include Aws::Structure
end