Class: Aws::Types::OffsetConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OffsetConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit_parameter ⇒ Types::ExtractedParameter
Returns the value of attribute limit_parameter.
-
#offset_parameter ⇒ Types::ExtractedParameter
Returns the value of attribute offset_parameter.
Instance Attribute Details
#limit_parameter ⇒ Types::ExtractedParameter
Returns the value of attribute limit_parameter.
5802 5803 5804 |
# File 'sig/types.rbs', line 5802 def limit_parameter @limit_parameter end |
#offset_parameter ⇒ Types::ExtractedParameter
Returns the value of attribute offset_parameter.
5801 5802 5803 |
# File 'sig/types.rbs', line 5801 def offset_parameter @offset_parameter end |