Class: Aws::IoT::Types::DescribeManagedJobTemplateRequest

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

#template_nameString

The unique name of a managed job template, which is required.

Returns:

  • (String)


5830
5831
5832
5833
5834
5835
# File 'lib/aws-sdk-iot/types.rb', line 5830

class DescribeManagedJobTemplateRequest < Struct.new(
  :template_name,
  :template_version)
  SENSITIVE = []
  include Aws::Structure
end

#template_versionString

An optional parameter to specify version of a managed template. If not specified, the pre-defined default version is returned.

Returns:

  • (String)


5830
5831
5832
5833
5834
5835
# File 'lib/aws-sdk-iot/types.rb', line 5830

class DescribeManagedJobTemplateRequest < Struct.new(
  :template_name,
  :template_version)
  SENSITIVE = []
  include Aws::Structure
end