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

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



22308
22309
22310
22311
22312
22313
22314
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22308

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.



22308
22309
22310
22311
22312
22313
22314
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22308

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:



22308
22309
22310
22311
22312
22313
22314
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22308

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