ListApplicationsRequest
public struct ListApplicationsRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift 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. DeclarationSwift public let exclusiveStartApplicationName: String?
- 
                  
                  Maximum number of applications to list. DeclarationSwift public let limit: Int?
- 
                  
                  Undocumented DeclarationSwift public init(exclusiveStartApplicationName: String? = nil, limit: Int? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub ListApplicationsRequest Structure Reference
        ListApplicationsRequest Structure Reference