Struct aws_sdk_migrationhub::output::ListProgressUpdateStreamsOutput [−][src]
#[non_exhaustive]pub struct ListProgressUpdateStreamsOutput {
pub progress_update_stream_summary_list: Option<Vec<ProgressUpdateStreamSummary>>,
pub next_token: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.progress_update_stream_summary_list: Option<Vec<ProgressUpdateStreamSummary>>List of progress update streams up to the max number of results passed in the input.
next_token: Option<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.
Implementations
List of progress update streams up to the max number of results passed in the input.
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.
Creates a new builder-style object to manufacture ListProgressUpdateStreamsOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for ListProgressUpdateStreamsOutput
impl Sync for ListProgressUpdateStreamsOutput
impl Unpin for ListProgressUpdateStreamsOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
