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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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:



10128
10129
10130
10131
10132
10133
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10128

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)


10128
10129
10130
10131
10132
10133
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10128

class ListJobsResponse < Struct.new(
  :jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end