Class: Aws::IoT::Types::ListManagedJobTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListManagedJobTemplatesResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_job_templates ⇒ Array<Types::ManagedJobTemplateSummary>
A list of managed job templates that are returned.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#managed_job_templates ⇒ Array<Types::ManagedJobTemplateSummary>
A list of managed job templates that are returned.
11234 11235 11236 11237 11238 11239 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11234 class ListManagedJobTemplatesResponse < Struct.new( :managed_job_templates, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results.
11234 11235 11236 11237 11238 11239 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11234 class ListManagedJobTemplatesResponse < Struct.new( :managed_job_templates, :next_token) SENSITIVE = [] include Aws::Structure end |