#[non_exhaustive]pub struct ProgressUpdateStreamSummary { /* private fields */ }Expand description
Summary of the AWS resource used for access control that is implicitly linked to your AWS account.
Implementations§
source§impl ProgressUpdateStreamSummary
impl ProgressUpdateStreamSummary
sourcepub fn progress_update_stream_name(&self) -> Option<&str>
pub fn progress_update_stream_name(&self) -> Option<&str>
The name of the ProgressUpdateStream. Do not store personal data in this field.
source§impl ProgressUpdateStreamSummary
impl ProgressUpdateStreamSummary
sourcepub fn builder() -> ProgressUpdateStreamSummaryBuilder
pub fn builder() -> ProgressUpdateStreamSummaryBuilder
Creates a new builder-style object to manufacture ProgressUpdateStreamSummary.
Trait Implementations§
source§impl Clone for ProgressUpdateStreamSummary
impl Clone for ProgressUpdateStreamSummary
source§fn clone(&self) -> ProgressUpdateStreamSummary
fn clone(&self) -> ProgressUpdateStreamSummary
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 Debug for ProgressUpdateStreamSummary
impl Debug for ProgressUpdateStreamSummary
source§impl PartialEq<ProgressUpdateStreamSummary> for ProgressUpdateStreamSummary
impl PartialEq<ProgressUpdateStreamSummary> for ProgressUpdateStreamSummary
source§fn eq(&self, other: &ProgressUpdateStreamSummary) -> bool
fn eq(&self, other: &ProgressUpdateStreamSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.