Struct aws_sdk_mq::model::UserSummary
source · [−]#[non_exhaustive]pub struct UserSummary {
pub pending_change: Option<ChangeType>,
pub username: Option<String>,
}
Expand description
Returns a list of all broker users. Does not apply to RabbitMQ brokers.
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.pending_change: Option<ChangeType>
The type of change pending for the broker user.
username: Option<String>
Required. The username of the broker user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
Implementations
The type of change pending for the broker user.
Creates a new builder-style object to manufacture UserSummary
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 RefUnwindSafe for UserSummary
impl Send for UserSummary
impl Sync for UserSummary
impl Unpin for UserSummary
impl UnwindSafe for UserSummary
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