Class: Aws::IoT::Types::DescribeJobTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeJobTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass DescribeJobTemplateRequest data as a hash:
{
job_template_id: "JobTemplateId", # required
}
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.
7457 7458 7459 7460 7461 |
# File 'lib/aws-sdk-iot/types.rb', line 7457 class DescribeJobTemplateRequest < Struct.new( :job_template_id) SENSITIVE = [] include Aws::Structure end |