Class: Aws::IoT::Types::DescribeJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass DescribeJobRequest 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.
4029 4030 4031 4032 |
# File 'lib/aws-sdk-iot/types.rb', line 4029 class DescribeJobRequest < Struct.new( :job_id) include Aws::Structure end |