ListApplicationVersionsResponse
public struct ListApplicationVersionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public let versions: [VersionSummary]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, versions: [VersionSummary]? = nil)
View on GitHub
ListApplicationVersionsResponse Structure Reference