OTAUpdateSummary
public struct OTAUpdateSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date when the OTA update was created.
Declaration
Swift
public let creationDate: TimeStamp? -
The OTA update ARN.
Declaration
Swift
public let otaUpdateArn: String? -
The OTA update ID.
Declaration
Swift
public let otaUpdateId: String? -
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp? = nil, otaUpdateArn: String? = nil, otaUpdateId: String? = nil)
View on GitHub
OTAUpdateSummary Structure Reference