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

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

#documentString

The job document content.

Returns:

  • (String)


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

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