Class: Aws::IoT::Types::ListJobTemplatesResponse

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

#job_templatesArray<Types::JobTemplateSummary>

A list of objects that contain information about the job templates.

Returns:



10041
10042
10043
10044
10045
10046
# File 'lib/aws-sdk-iot/types.rb', line 10041

class ListJobTemplatesResponse < Struct.new(
  :job_templates,
  :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)


10041
10042
10043
10044
10045
10046
# File 'lib/aws-sdk-iot/types.rb', line 10041

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