Class: Aws::MigrationHub::Types::ListProgressUpdateStreamsResult

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

#next_tokenString

If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.

Returns:

  • (String)


641
642
643
644
645
646
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 641

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

#progress_update_stream_summary_listArray<Types::ProgressUpdateStreamSummary>

List of progress update streams up to the max number of results passed in the input.



641
642
643
644
645
646
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 641

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