Class: Aws::IoT::Types::ListJobsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Types::JobSummary>

A list of jobs.

Returns:



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_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


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