Class: Aws::IoT::Types::ListJobTemplatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListJobTemplatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in the list.
-
#next_token ⇒ String
The token to use to return the next set of results in the list.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in the list.
10350 10351 10352 10353 10354 10355 |
# File 'lib/aws-sdk-iot/types.rb', line 10350 class ListJobTemplatesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to return the next set of results in the list.
10350 10351 10352 10353 10354 10355 |
# File 'lib/aws-sdk-iot/types.rb', line 10350 class ListJobTemplatesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |