Class: Aws::Types::PaginationConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#page_number::Integer

Returns the value of attribute page_number.

Returns:

  • (::Integer)


8779
8780
8781
# File 'sig/types.rbs', line 8779

def page_number
  @page_number
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


8778
8779
8780
# File 'sig/types.rbs', line 8778

def page_size
  @page_size
end