Class: Aws::QuickSight::Types::PaginationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PaginationConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The pagination configuration for a table visual or boxplot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#page_number ⇒ Integer
Indicates the page number.
-
#page_size ⇒ Integer
Indicates how many items render in one page.
Instance Attribute Details
#page_number ⇒ Integer
Indicates the page number.
20735 20736 20737 20738 20739 20740 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20735 class PaginationConfiguration < Struct.new( :page_size, :page_number) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
Indicates how many items render in one page.
20735 20736 20737 20738 20739 20740 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20735 class PaginationConfiguration < Struct.new( :page_size, :page_number) SENSITIVE = [] include Aws::Structure end |