Class: Aws::IoT::Types::ListManagedJobTemplatesResponse

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

#managed_job_templatesArray<Types::ManagedJobTemplateSummary>

A list of managed job templates that are returned.



10165
10166
10167
10168
10169
10170
# File 'lib/aws-sdk-iot/types.rb', line 10165

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

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


10165
10166
10167
10168
10169
10170
# File 'lib/aws-sdk-iot/types.rb', line 10165

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