Class: Aws::IoT::Types::DescribeJobExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeJobExecutionResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution ⇒ Types::JobExecution
Information about the job execution.
Instance Attribute Details
#execution ⇒ Types::JobExecution
Information about the job execution.
6547 6548 6549 6550 6551 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6547 class DescribeJobExecutionResponse < Struct.new( :execution) SENSITIVE = [] include Aws::Structure end |