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

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

#document_sourceString

An S3 link to the job document.

Returns:

  • (String)


5715
5716
5717
5718
5719
5720
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5715

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

#jobTypes::Job

Information about the job.

Returns:



5715
5716
5717
5718
5719
5720
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5715

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