Class: Aws::QuickSight::Types::PivotTableFieldOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PivotTableFieldOptions
- 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
-
#collapse_state_options ⇒ Array<Types::PivotTableFieldCollapseStateOption>
The collapse state options for the pivot table field options.
-
#data_path_options ⇒ Array<Types::PivotTableDataPathOption>
The data path options for the pivot table field options.
-
#selected_field_options ⇒ Array<Types::PivotTableFieldOption>
The selected field options for the pivot table field options.
Instance Attribute Details
#collapse_state_options ⇒ Array<Types::PivotTableFieldCollapseStateOption>
The collapse state options for the pivot table field options.
24521 24522 24523 24524 24525 24526 24527 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24521 class PivotTableFieldOptions < Struct.new( :selected_field_options, :data_path_options, :collapse_state_options) SENSITIVE = [] include Aws::Structure end |
#data_path_options ⇒ Array<Types::PivotTableDataPathOption>
The data path options for the pivot table field options.
24521 24522 24523 24524 24525 24526 24527 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24521 class PivotTableFieldOptions < Struct.new( :selected_field_options, :data_path_options, :collapse_state_options) SENSITIVE = [] include Aws::Structure end |
#selected_field_options ⇒ Array<Types::PivotTableFieldOption>
The selected field options for the pivot table field options.
24521 24522 24523 24524 24525 24526 24527 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24521 class PivotTableFieldOptions < Struct.new( :selected_field_options, :data_path_options, :collapse_state_options) SENSITIVE = [] include Aws::Structure end |