Class: Aws::IoT::Types::JobTemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::JobTemplateSummary
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
An object that contains information about the job template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time, in seconds since the epoch, when the job template was created.
-
#description ⇒ String
A description of the job template.
-
#job_template_arn ⇒ String
The ARN of the job template.
-
#job_template_id ⇒ String
The unique identifier of the job template.
Instance Attribute Details
#created_at ⇒ Time
The time, in seconds since the epoch, when the job template was created.
9180 9181 9182 9183 9184 9185 9186 9187 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9180 class JobTemplateSummary < Struct.new( :job_template_arn, :job_template_id, :description, :created_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the job template.
9180 9181 9182 9183 9184 9185 9186 9187 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9180 class JobTemplateSummary < Struct.new( :job_template_arn, :job_template_id, :description, :created_at) SENSITIVE = [] include Aws::Structure end |
#job_template_arn ⇒ String
The ARN of the job template.
9180 9181 9182 9183 9184 9185 9186 9187 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9180 class JobTemplateSummary < Struct.new( :job_template_arn, :job_template_id, :description, :created_at) SENSITIVE = [] include Aws::Structure end |
#job_template_id ⇒ String
The unique identifier of the job template.
9180 9181 9182 9183 9184 9185 9186 9187 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9180 class JobTemplateSummary < Struct.new( :job_template_arn, :job_template_id, :description, :created_at) SENSITIVE = [] include Aws::Structure end |