Class: Aws::IoT::Types::JobTemplateSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The time, in seconds since the epoch, when the job template was created.

Returns:

  • (Time)


8855
8856
8857
8858
8859
8860
8861
8862
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8855

class JobTemplateSummary < Struct.new(
  :job_template_arn,
  :job_template_id,
  :description,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the job template.

Returns:

  • (String)


8855
8856
8857
8858
8859
8860
8861
8862
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8855

class JobTemplateSummary < Struct.new(
  :job_template_arn,
  :job_template_id,
  :description,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#job_template_arnString

The ARN of the job template.

Returns:

  • (String)


8855
8856
8857
8858
8859
8860
8861
8862
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8855

class JobTemplateSummary < Struct.new(
  :job_template_arn,
  :job_template_id,
  :description,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#job_template_idString

The unique identifier of the job template.

Returns:

  • (String)


8855
8856
8857
8858
8859
8860
8861
8862
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8855

class JobTemplateSummary < Struct.new(
  :job_template_arn,
  :job_template_id,
  :description,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end