Class: Aws::IoT::Types::ListJobTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListJobTemplatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_templates ⇒ Array<Types::JobTemplateSummary>
A list of objects that contain information about the job templates.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#job_templates ⇒ Array<Types::JobTemplateSummary>
A list of objects that contain information about the job templates.
10366 10367 10368 10369 10370 10371 |
# File 'lib/aws-sdk-iot/types.rb', line 10366 class ListJobTemplatesResponse < Struct.new( :job_templates, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
10366 10367 10368 10369 10370 10371 |
# File 'lib/aws-sdk-iot/types.rb', line 10366 class ListJobTemplatesResponse < Struct.new( :job_templates, :next_token) SENSITIVE = [] include Aws::Structure end |