#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for IamUser
Implementations
The unique identifier for the Amazon Web Services account that's associated with the IAM user who performed the action.
The unique identifier for the Amazon Web Services account that's associated with the IAM user who performed the action.
The Amazon Resource Name (ARN) of the principal that performed the action. The last section of the ARN contains the name of the user who performed the action.
The Amazon Resource Name (ARN) of the principal that performed the action. The last section of the ARN contains the name of the user who performed the action.
The unique identifier for the IAM user who performed the action.
The unique identifier for the IAM user who performed the action.
The user name of the IAM user who performed the action.
The user name of the IAM user who performed the action.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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