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.



10490
10491
10492
10493
10494
10495
# File 'lib/aws-sdk-iot/types.rb', line 10490

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)


10490
10491
10492
10493
10494
10495
# File 'lib/aws-sdk-iot/types.rb', line 10490

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