Struct aws_sdk_mq::types::UserSummary
source · #[non_exhaustive]pub struct UserSummary { /* private fields */ }Expand description
Returns a list of all broker users. Does not apply to RabbitMQ brokers.
Implementations§
source§impl UserSummary
impl UserSummary
sourcepub fn pending_change(&self) -> Option<&ChangeType>
pub fn pending_change(&self) -> Option<&ChangeType>
The type of change pending for the broker user.
source§impl UserSummary
impl UserSummary
sourcepub fn builder() -> UserSummaryBuilder
pub fn builder() -> UserSummaryBuilder
Creates a new builder-style object to manufacture UserSummary.
Trait Implementations§
source§impl Clone for UserSummary
impl Clone for UserSummary
source§fn clone(&self) -> UserSummary
fn clone(&self) -> UserSummary
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 UserSummary
impl Debug for UserSummary
source§impl PartialEq<UserSummary> for UserSummary
impl PartialEq<UserSummary> for UserSummary
source§fn eq(&self, other: &UserSummary) -> bool
fn eq(&self, other: &UserSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.