Class: Aws::Glue::Types::GetJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum size of the response.
-
#next_token ⇒ String
A continuation token, if this is a continuation call.
Instance Attribute Details
#max_results ⇒ Integer
The maximum size of the response.
10937 10938 10939 10940 10941 10942 |
# File 'lib/aws-sdk-glue/types.rb', line 10937 class GetJobsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is a continuation call.
10937 10938 10939 10940 10941 10942 |
# File 'lib/aws-sdk-glue/types.rb', line 10937 class GetJobsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |