CreateOTAUpdateResponse
public struct CreateOTAUpdateResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS IoT job ARN associated with the OTA update.
Declaration
Swift
public let awsIotJobArn: String?
-
The AWS IoT job ID associated with the OTA update.
Declaration
Swift
public let awsIotJobId: String?
-
The OTA update ARN.
Declaration
Swift
public let otaUpdateArn: String?
-
The OTA update ID.
Declaration
Swift
public let otaUpdateId: String?
-
The OTA update status.
Declaration
Swift
public let otaUpdateStatus: OTAUpdateStatus?
-
Undocumented
Declaration
Swift
public init(awsIotJobArn: String? = nil, awsIotJobId: String? = nil, otaUpdateArn: String? = nil, otaUpdateId: String? = nil, otaUpdateStatus: OTAUpdateStatus? = nil)