AWSIoTDescribeJobExecutionResponse
Objective-C
@interface AWSIoTDescribeJobExecutionResponse
Swift
class AWSIoTDescribeJobExecutionResponse
-
Information about the job execution.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTJobExecution *_Nullable execution;
Swift
var execution: AWSIoTJobExecution? { get set }