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

Class: Aws::MigrationHub::Types::ListProgressUpdateStreamsRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Filter to limit the maximum number of results to list per page.

Returns:

  • (Integer)

    Filter to limit the maximum number of results to list 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.