Class: Aws::IoT::Types::DescribeJobTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeJobTemplateRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_template_id ⇒ String
The unique identifier of the job template.
Instance Attribute Details
#job_template_id ⇒ String
The unique identifier of the job template.
6358 6359 6360 6361 6362 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6358 class DescribeJobTemplateRequest < Struct.new( :job_template_id) SENSITIVE = [] include Aws::Structure end |