ListAppsResponse
public struct ListAppsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The application summaries.
Declaration
Swift
public let apps: [AppSummary]?
-
The token required to retrieve the next set of results. This value is null when there are no more results to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(apps: [AppSummary]? = nil, nextToken: String? = nil)