Class: Aws::Glue::Types::GetJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetJobsRequest
- Defined in:
- gems/aws-sdk-glue/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.
12642 12643 12644 12645 12646 12647 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12642 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.
12642 12643 12644 12645 12646 12647 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12642 class GetJobsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |