ListApplicationsRequest
public struct ListApplicationsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Name of the application to start the list with. When using pagination to retrieve the list, you don’t need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
Declaration
Swift
public let exclusiveStartApplicationName: String?
-
Maximum number of applications to list.
Declaration
Swift
public let limit: Int?
-
Undocumented
Declaration
Swift
public init(exclusiveStartApplicationName: String? = nil, limit: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws