ListAppsRequest
public struct ListAppsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of records to list in a single response.
Declaration
Swift
public let maxResults: Int?
-
A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws