Class: Aws::MigrationHub::Types::ListProgressUpdateStreamsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::ListProgressUpdateStreamsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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.
-
#progress_update_stream_summary_list ⇒ Array<Types::ProgressUpdateStreamSummary>
List of progress update streams up to the max number of results passed in the input.
Instance Attribute Details
#next_token ⇒ String
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.
641 642 643 644 645 646 |
# File '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_list ⇒ Array<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 'lib/aws-sdk-migrationhub/types.rb', line 641 class ListProgressUpdateStreamsResult < Struct.new( :progress_update_stream_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |