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.
25645 25646 25647 25648 25649 25650 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25645 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.
25645 25646 25647 25648 25649 25650 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25645 class PivotTablePaginatedReportOptions < Struct.new( :vertical_overflow_visibility, :overflow_column_header_visibility) SENSITIVE = [] include Aws::Structure end |