Class: Aws::IoT::Types::ListJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::JobSummary>
A list of jobs.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#jobs ⇒ Array<Types::JobSummary>
A list of jobs.
10453 10454 10455 10456 10457 10458 |
# File 'lib/aws-sdk-iot/types.rb', line 10453 class ListJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
10453 10454 10455 10456 10457 10458 |
# File 'lib/aws-sdk-iot/types.rb', line 10453 class ListJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |