Class: Aws::IoT::Types::GetJobDocumentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetJobDocumentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document ⇒ String
The job document content.
Instance Attribute Details
#document ⇒ String
The job document content.
7702 7703 7704 7705 7706 |
# File 'lib/aws-sdk-iot/types.rb', line 7702 class GetJobDocumentResponse < Struct.new( :document) SENSITIVE = [] include Aws::Structure end |