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.
5821 5822 5823 |
# File 'sig/types.rbs', line 5821 def limit_parameter @limit_parameter end |
#offset_parameter ⇒ Types::ExtractedParameter
Returns the value of attribute offset_parameter.
5820 5821 5822 |
# File 'sig/types.rbs', line 5820 def offset_parameter @offset_parameter end |