#[non_exhaustive]pub struct ListProgressUpdateStreamsOutput { /* private fields */ }Implementations§
source§impl ListProgressUpdateStreamsOutput
impl ListProgressUpdateStreamsOutput
sourcepub fn progress_update_stream_summary_list(
&self
) -> Option<&[ProgressUpdateStreamSummary]>
pub fn progress_update_stream_summary_list(
&self
) -> Option<&[ProgressUpdateStreamSummary]>
List of progress update streams up to the max number of results passed in the input.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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.
source§impl ListProgressUpdateStreamsOutput
impl ListProgressUpdateStreamsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListProgressUpdateStreamsOutput.
Trait Implementations§
source§impl Clone for ListProgressUpdateStreamsOutput
impl Clone for ListProgressUpdateStreamsOutput
source§fn clone(&self) -> ListProgressUpdateStreamsOutput
fn clone(&self) -> ListProgressUpdateStreamsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<ListProgressUpdateStreamsOutput> for ListProgressUpdateStreamsOutput
impl PartialEq<ListProgressUpdateStreamsOutput> for ListProgressUpdateStreamsOutput
source§fn eq(&self, other: &ListProgressUpdateStreamsOutput) -> bool
fn eq(&self, other: &ListProgressUpdateStreamsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.