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.
30100 30101 30102 30103 30104 30105 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30100 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.
30100 30101 30102 30103 30104 30105 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30100 class TablePaginatedReportOptions < Struct.new( :vertical_overflow_visibility, :overflow_column_header_visibility) SENSITIVE = [] include Aws::Structure end |