Class: Aws::IoT::Types::DescribeJobResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#document_sourceString

An S3 link to the job document.



4042
4043
4044
4045
4046
# File 'lib/aws-sdk-iot/types.rb', line 4042

class DescribeJobResponse < Struct.new(
  :document_source,
  :job)
  include Aws::Structure
end

#jobTypes::Job

Information about the job.



4042
4043
4044
4045
4046
# File 'lib/aws-sdk-iot/types.rb', line 4042

class DescribeJobResponse < Struct.new(
  :document_source,
  :job)
  include Aws::Structure
end