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.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def limit_parameter @limit_parameter end |
#next_page ⇒ Types::ExtractedParameter
Returns the value of attribute next_page.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def next_page @next_page end |