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.
24405 24406 24407 24408 24409 24410 24411 24412 24413 24414 24415 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24405 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.
24405 24406 24407 24408 24409 24410 24411 24412 24413 24414 24415 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24405 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.
24405 24406 24407 24408 24409 24410 24411 24412 24413 24414 24415 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24405 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.
24405 24406 24407 24408 24409 24410 24411 24412 24413 24414 24415 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24405 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`.
24405 24406 24407 24408 24409 24410 24411 24412 24413 24414 24415 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24405 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.
24405 24406 24407 24408 24409 24410 24411 24412 24413 24414 24415 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24405 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.
24405 24406 24407 24408 24409 24410 24411 24412 24413 24414 24415 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24405 class PivotTableConfiguration < Struct.new( :field_wells, :sort_configuration, :table_options, :total_options, :field_options, :paginated_report_options, :interactions) SENSITIVE = [] include Aws::Structure end |