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)


6100
6101
6102
6103
6104
6105
# File 'lib/aws-sdk-iot/types.rb', line 6100

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)


6100
6101
6102
6103
6104
6105
# File 'lib/aws-sdk-iot/types.rb', line 6100

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