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

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

#descriptionString

The job description.

Returns:

  • (String)


3140
3141
3142
3143
3144
3145
3146
# File 'lib/aws-sdk-iot/types.rb', line 3140

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

#job_arnString

The job ARN.

Returns:

  • (String)


3140
3141
3142
3143
3144
3145
3146
# File 'lib/aws-sdk-iot/types.rb', line 3140

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)


3140
3141
3142
3143
3144
3145
3146
# File 'lib/aws-sdk-iot/types.rb', line 3140

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