ListOTAUpdatesResponse
public struct ListOTAUpdatesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A token to use to get the next set of results.
Declaration
Swift
public let nextToken: String?
-
A list of OTA update jobs.
Declaration
Swift
public let otaUpdates: [OTAUpdateSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, otaUpdates: [OTAUpdateSummary]? = nil)