Class: Aws::Glue::Types::OffsetConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Offset-based pagination configuration that defines how to handle pagination using numeric offsets and limits.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limit_parameterTypes::ExtractedParameter

The parameter name used to specify the maximum number of results to return per page.



21940
21941
21942
21943
21944
21945
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21940

class OffsetConfiguration < Struct.new(
  :offset_parameter,
  :limit_parameter)
  SENSITIVE = []
  include Aws::Structure
end

#offset_parameterTypes::ExtractedParameter

The parameter name used to specify the starting position or offset for retrieving results.



21940
21941
21942
21943
21944
21945
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21940

class OffsetConfiguration < Struct.new(
  :offset_parameter,
  :limit_parameter)
  SENSITIVE = []
  include Aws::Structure
end