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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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

Returns:

  • (Integer)


621
622
623
624
625
626
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 621

class ListProgressUpdateStreamsRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#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)


621
622
623
624
625
626
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 621

class ListProgressUpdateStreamsRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end