ListMigrationTasksRequest

public struct ListMigrationTasksRequest : AWSShape
extension MigrationHub.ListMigrationTasksRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Value to specify how many results are returned per page.

    Declaration

    Swift

    public let maxResults: Int?
  • If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.

    Declaration

    Swift

    public let nextToken: String?
  • Filter migration tasks by discovered resource name.

    Declaration

    Swift

    public let resourceName: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, resourceName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws