Class: Aws::IoT::Types::DescribeManagedJobTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeManagedJobTemplateRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_name ⇒ String
The unique name of a managed job template, which is required.
-
#template_version ⇒ String
An optional parameter to specify version of a managed template.
Instance Attribute Details
#template_name ⇒ String
The unique name of a managed job template, which is required.
6462 6463 6464 6465 6466 6467 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6462 class DescribeManagedJobTemplateRequest < Struct.new( :template_name, :template_version) SENSITIVE = [] include Aws::Structure end |
#template_version ⇒ String
An optional parameter to specify version of a managed template. If not specified, the pre-defined default version is returned.
6462 6463 6464 6465 6466 6467 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6462 class DescribeManagedJobTemplateRequest < Struct.new( :template_name, :template_version) SENSITIVE = [] include Aws::Structure end |