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.
23206 23207 23208 23209 23210 23211 23212 23213 23214 23215 23216 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23206 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.
23206 23207 23208 23209 23210 23211 23212 23213 23214 23215 23216 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23206 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.
23206 23207 23208 23209 23210 23211 23212 23213 23214 23215 23216 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23206 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.
23206 23207 23208 23209 23210 23211 23212 23213 23214 23215 23216 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23206 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`.
23206 23207 23208 23209 23210 23211 23212 23213 23214 23215 23216 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23206 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.
23206 23207 23208 23209 23210 23211 23212 23213 23214 23215 23216 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23206 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.
23206 23207 23208 23209 23210 23211 23212 23213 23214 23215 23216 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23206 class PivotTableConfiguration < Struct.new( :field_wells, :sort_configuration, :table_options, :total_options, :field_options, :paginated_report_options, :interactions) SENSITIVE = [] include Aws::Structure end |