Class: Aws::IoT::Types::JobTemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::JobTemplateSummary
- Includes:
- Structure
- Defined in:
- 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.
8988 8989 8990 8991 8992 8993 8994 8995 |
# File 'lib/aws-sdk-iot/types.rb', line 8988 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.
8988 8989 8990 8991 8992 8993 8994 8995 |
# File 'lib/aws-sdk-iot/types.rb', line 8988 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.
8988 8989 8990 8991 8992 8993 8994 8995 |
# File 'lib/aws-sdk-iot/types.rb', line 8988 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.
8988 8989 8990 8991 8992 8993 8994 8995 |
# File 'lib/aws-sdk-iot/types.rb', line 8988 class JobTemplateSummary < Struct.new( :job_template_arn, :job_template_id, :description, :created_at) SENSITIVE = [] include Aws::Structure end |