Class: Aws::QuickSight::Types::PivotTablePaginatedReportOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PivotTablePaginatedReportOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The paginated report options for a pivot table visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#overflow_column_header_visibility ⇒ String
The visibility of the repeating header rows on each page.
-
#vertical_overflow_visibility ⇒ String
The visibility of the printing table overflow across pages.
Instance Attribute Details
#overflow_column_header_visibility ⇒ String
The visibility of the repeating header rows on each page.
23461 23462 23463 23464 23465 23466 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23461 class PivotTablePaginatedReportOptions < Struct.new( :vertical_overflow_visibility, :overflow_column_header_visibility) SENSITIVE = [] include Aws::Structure end |
#vertical_overflow_visibility ⇒ String
The visibility of the printing table overflow across pages.
23461 23462 23463 23464 23465 23466 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23461 class PivotTablePaginatedReportOptions < Struct.new( :vertical_overflow_visibility, :overflow_column_header_visibility) SENSITIVE = [] include Aws::Structure end |