You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MigrationHub::Types::ListMigrationTasksRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListMigrationTasksRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  next_token: "Token",
  max_results: 1,
  resource_name: "ResourceName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Value to specify how many results are returned per page.

Returns:

  • (Integer)

    Value to specify how many results are returned per page.

#next_tokenString

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.

Returns:

  • (String)

    If a NextToken was returned by a previous call, there are more results available.

#resource_nameString

Filter migration tasks by discovered resource name.

Returns:

  • (String)

    Filter migration tasks by discovered resource name.