Class: Aws::IoT::Types::DescribeJobExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeJobExecutionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Instance Attribute Summary collapse
-
#execution ⇒ Types::JobExecution
Information about the job execution.
Instance Attribute Details
#execution ⇒ Types::JobExecution
Information about the job execution.
4013 4014 4015 4016 |
# File 'lib/aws-sdk-iot/types.rb', line 4013 class DescribeJobExecutionResponse < Struct.new( :execution) include Aws::Structure end |