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

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

#max_resultsInteger

The maximum number of results to return in the list.

Returns:

  • (Integer)


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_tokenString

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

Returns:

  • (String)


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