Class: Aws::Types::PaginationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PaginationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cursor_configuration ⇒ Types::CursorConfiguration
Returns the value of attribute cursor_configuration.
-
#offset_configuration ⇒ Types::OffsetConfiguration
Returns the value of attribute offset_configuration.
Instance Attribute Details
#cursor_configuration ⇒ Types::CursorConfiguration
Returns the value of attribute cursor_configuration.
5885 5886 5887 |
# File 'sig/types.rbs', line 5885 def cursor_configuration @cursor_configuration end |
#offset_configuration ⇒ Types::OffsetConfiguration
Returns the value of attribute offset_configuration.
5886 5887 5888 |
# File 'sig/types.rbs', line 5886 def offset_configuration @offset_configuration end |