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)


8428
8429
8430
# File 'sig/types.rbs', line 8428

def page_number
  @page_number
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


8427
8428
8429
# File 'sig/types.rbs', line 8427

def page_size
  @page_size
end