Class: Aws::QuickSight::Types::PivotTableConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PivotTableConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration for a ‘PivotTableVisual`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_options ⇒ Types::PivotTableFieldOptions
The field options for a pivot table visual.
-
#field_wells ⇒ Types::PivotTableFieldWells
The field wells of the visual.
-
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
-
#paginated_report_options ⇒ Types::PivotTablePaginatedReportOptions
The paginated report options for a pivot table visual.
-
#sort_configuration ⇒ Types::PivotTableSortConfiguration
The sort configuration for a ‘PivotTableVisual`.
-
#table_options ⇒ Types::PivotTableOptions
The table options for a pivot table visual.
-
#total_options ⇒ Types::PivotTableTotalOptions
The total options for a pivot table visual.
Instance Attribute Details
#field_options ⇒ Types::PivotTableFieldOptions
The field options for a pivot table visual.
25689 25690 25691 25692 25693 25694 25695 25696 25697 25698 25699 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25689 class PivotTableConfiguration < Struct.new( :field_wells, :sort_configuration, :table_options, :total_options, :field_options, :paginated_report_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#field_wells ⇒ Types::PivotTableFieldWells
The field wells of the visual.
25689 25690 25691 25692 25693 25694 25695 25696 25697 25698 25699 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25689 class PivotTableConfiguration < Struct.new( :field_wells, :sort_configuration, :table_options, :total_options, :field_options, :paginated_report_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
25689 25690 25691 25692 25693 25694 25695 25696 25697 25698 25699 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25689 class PivotTableConfiguration < Struct.new( :field_wells, :sort_configuration, :table_options, :total_options, :field_options, :paginated_report_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#paginated_report_options ⇒ Types::PivotTablePaginatedReportOptions
The paginated report options for a pivot table visual.
25689 25690 25691 25692 25693 25694 25695 25696 25697 25698 25699 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25689 class PivotTableConfiguration < Struct.new( :field_wells, :sort_configuration, :table_options, :total_options, :field_options, :paginated_report_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#sort_configuration ⇒ Types::PivotTableSortConfiguration
The sort configuration for a ‘PivotTableVisual`.
25689 25690 25691 25692 25693 25694 25695 25696 25697 25698 25699 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25689 class PivotTableConfiguration < Struct.new( :field_wells, :sort_configuration, :table_options, :total_options, :field_options, :paginated_report_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#table_options ⇒ Types::PivotTableOptions
The table options for a pivot table visual.
25689 25690 25691 25692 25693 25694 25695 25696 25697 25698 25699 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25689 class PivotTableConfiguration < Struct.new( :field_wells, :sort_configuration, :table_options, :total_options, :field_options, :paginated_report_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#total_options ⇒ Types::PivotTableTotalOptions
The total options for a pivot table visual.
25689 25690 25691 25692 25693 25694 25695 25696 25697 25698 25699 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25689 class PivotTableConfiguration < Struct.new( :field_wells, :sort_configuration, :table_options, :total_options, :field_options, :paginated_report_options, :interactions) SENSITIVE = [] include Aws::Structure end |