Class: Aws::IoT::Types::ListJobTemplatesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in the list.

Returns:

  • (Integer)


10158
10159
10160
10161
10162
10163
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10158

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

#next_tokenString

The token to use to return the next set of results in the list.

Returns:

  • (String)


10158
10159
10160
10161
10162
10163
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10158

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