Class: Aws::IoT::Types::DeleteJobTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteJobTemplateRequest
- 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 to delete.
Instance Attribute Details
#job_template_id ⇒ String
The unique identifier of the job template to delete.
5259 5260 5261 5262 5263 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5259 class DeleteJobTemplateRequest < Struct.new( :job_template_id) SENSITIVE = [] include Aws::Structure end |