ListPackagesResult
public struct ListPackagesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If there are additional results, this is the token for the next set of results.
Declaration
Swift
public let nextToken: String?
-
The list of returned PackageSummary objects.
Declaration
Swift
public let packages: [PackageSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, packages: [PackageSummary]? = nil)