Class: Aws::IoT::Types::CreateJobResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The job description.

Returns:

  • (String)


2969
2970
2971
2972
2973
2974
2975
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2969

class CreateJobResponse < Struct.new(
  :job_arn,
  :job_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

The job ARN.

Returns:

  • (String)


2969
2970
2971
2972
2973
2974
2975
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2969

class CreateJobResponse < Struct.new(
  :job_arn,
  :job_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The unique identifier you assigned to this job.

Returns:

  • (String)


2969
2970
2971
2972
2973
2974
2975
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2969

class CreateJobResponse < Struct.new(
  :job_arn,
  :job_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end