AWSIoTCreateOTAUpdateResponse
Objective-C
@interface AWSIoTCreateOTAUpdateResponse
Swift
class AWSIoTCreateOTAUpdateResponse
-
The IoT job ARN associated with the OTA update.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable awsIotJobArn;
Swift
var awsIotJobArn: String? { get set }
-
The IoT job ID associated with the OTA update.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable awsIotJobId;
Swift
var awsIotJobId: String? { get set }
-
The OTA update ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable otaUpdateArn;
Swift
var otaUpdateArn: String? { get set }
-
The OTA update ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable otaUpdateId;
Swift
var otaUpdateId: String? { get set }
-
The OTA update status.
Declaration
Objective-C
@property (nonatomic) AWSIoTOTAUpdateStatus otaUpdateStatus;
Swift
var otaUpdateStatus: AWSIoTOTAUpdateStatus { get set }