Class: Aws::IoT::Types::CreateJobTemplateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_template_arnString

The ARN of the job template.

Returns:

  • (String)


3144
3145
3146
3147
3148
3149
# File 'lib/aws-sdk-iot/types.rb', line 3144

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

#job_template_idString

The unique identifier of the job template.

Returns:

  • (String)


3144
3145
3146
3147
3148
3149
# File 'lib/aws-sdk-iot/types.rb', line 3144

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