Class: Aws::Types::CursorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CursorConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit_parameter ⇒ Types::ExtractedParameter
Returns the value of attribute limit_parameter.
-
#next_page ⇒ Types::ExtractedParameter
Returns the value of attribute next_page.
Instance Attribute Details
#limit_parameter ⇒ Types::ExtractedParameter
Returns the value of attribute limit_parameter.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def limit_parameter @limit_parameter end |
#next_page ⇒ Types::ExtractedParameter
Returns the value of attribute next_page.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def next_page @next_page end |