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.
7510 7511 7512 7513 7514 |
# File 'lib/aws-sdk-iot/types.rb', line 7510 class GetJobDocumentResponse < Struct.new( :document) SENSITIVE = [] include Aws::Structure end |