Class: Aws::IoT::Types::GetJobDocumentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetJobDocumentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass GetJobDocumentRequest data as a hash:
{
job_id: "JobId", # required
}
Instance Attribute Summary collapse
-
#job_id ⇒ String
The unique identifier you assigned to this job when it was created.
Instance Attribute Details
#job_id ⇒ String
The unique identifier you assigned to this job when it was created.
5046 5047 5048 5049 |
# File 'lib/aws-sdk-iot/types.rb', line 5046 class GetJobDocumentRequest < Struct.new( :job_id) include Aws::Structure end |