Class: Aws::IoT::Types::DescribeManagedJobTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeManagedJobTemplateRequest
- Includes:
- Structure
- Defined in:
- 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.
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_version ⇒ String
An optional parameter to specify version of a managed template. If not specified, the pre-defined default version is returned.
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 |