Class: Aws::IoT::Types::DescribeJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
5701 5702 5703 5704 5705 |
# File 'lib/aws-sdk-iot/types.rb', line 5701 class DescribeJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |