Class: Aws::QuickSight::Types::PaginationConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#page_numberInteger

Indicates the page number.

Returns:

  • (Integer)


21206
21207
21208
21209
21210
21211
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21206

class PaginationConfiguration < Struct.new(
  :page_size,
  :page_number)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

Indicates how many items render in one page.

Returns:

  • (Integer)


21206
21207
21208
21209
21210
21211
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21206

class PaginationConfiguration < Struct.new(
  :page_size,
  :page_number)
  SENSITIVE = []
  include Aws::Structure
end