Class: Aws::IoT::Types::GetJobDocumentResponse

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

#documentString

The job document content.

Returns:

  • (String)


7399
7400
7401
7402
7403
# File 'lib/aws-sdk-iot/types.rb', line 7399

class GetJobDocumentResponse < Struct.new(
  :document)
  SENSITIVE = []
  include Aws::Structure
end