Class: Aws::IoT::Types::DeleteJobTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteJobTemplateRequest
- Includes:
- Structure
- Defined in:
- 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.
4703 4704 4705 4706 4707 |
# File 'lib/aws-sdk-iot/types.rb', line 4703 class DeleteJobTemplateRequest < Struct.new( :job_template_id) SENSITIVE = [] include Aws::Structure end |