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