AWSIoTGetOTAUpdateResponse
Objective-C
@interface AWSIoTGetOTAUpdateResponse
Swift
class AWSIoTGetOTAUpdateResponse
-
The OTA update info.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTOTAUpdateInfo *_Nullable otaUpdateInfo;
Swift
var otaUpdateInfo: AWSIoTOTAUpdateInfo? { get set }