Class: Aws::IoT::Types::GetJobDocumentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetJobDocumentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Instance Attribute Summary collapse
-
#document ⇒ String
The job document content.
Instance Attribute Details
#document ⇒ String
The job document content.
5055 5056 5057 5058 |
# File 'lib/aws-sdk-iot/types.rb', line 5055 class GetJobDocumentResponse < Struct.new( :document) include Aws::Structure end |