Class: Aws::IoT::Types::ListManagedJobTemplatesRequest

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

Maximum number of entries that can be returned.

Returns:

  • (Integer)


10149
10150
10151
10152
10153
10154
10155
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10149

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

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


10149
10150
10151
10152
10153
10154
10155
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10149

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

#template_nameString

An optional parameter for template name. If specified, only the versions of the managed job templates that have the specified template name will be returned.

Returns:

  • (String)


10149
10150
10151
10152
10153
10154
10155
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10149

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