Class: Aws::MigrationHub::Types::ListProgressUpdateStreamsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::ListProgressUpdateStreamsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Filter to limit the maximum number of results to list per page.
-
#next_token ⇒ String
If a ‘NextToken` was returned by a previous call, there are more results available.
Instance Attribute Details
#max_results ⇒ Integer
Filter to limit the maximum number of results to list per page.
621 622 623 624 625 626 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 621 class ListProgressUpdateStreamsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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`.
621 622 623 624 625 626 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 621 class ListProgressUpdateStreamsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |