DescribeImportTasksRequest
public struct DescribeImportTasksRequest : AWSShape
extension ApplicationDiscoveryService.DescribeImportTasksRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of name-value pairs that you provide to filter the results for the DescribeImportTask request to a specific subset of results. Currently, wildcard values aren’t supported for filters.
Declaration
Swift
public let filters: [ImportTaskFilter]? -
The maximum number of results that you want this request to return, up to 100.
Declaration
Swift
public let maxResults: Int? -
The token to request a specific page of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(filters: [ImportTaskFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> ApplicationDiscoveryService.DescribeImportTasksRequest
View on GitHub
DescribeImportTasksRequest Structure Reference