Struct aws_sdk_macie2::model::UserIdentityRoot [−][src]
#[non_exhaustive]pub struct UserIdentityRoot {
pub account_id: Option<String>,
pub arn: Option<String>,
pub principal_id: Option<String>,
}
Expand description
Provides information about an Amazon Web Services account and entity that performed an action on an affected resource. The action was performed using the credentials for your Amazon Web Services account.
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.account_id: Option<String>
The unique identifier for the Amazon Web Services account.
arn: Option<String>
The Amazon Resource Name (ARN) of the principal that performed the action. The last section of the ARN contains the name of the user or role that performed the action.
principal_id: Option<String>
The unique identifier for the entity that performed the action.
Implementations
The unique identifier for the Amazon Web Services account.
The Amazon Resource Name (ARN) of the principal that performed the action. The last section of the ARN contains the name of the user or role that performed the action.
The unique identifier for the entity that performed the action.
Creates a new builder-style object to manufacture UserIdentityRoot
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 UserIdentityRoot
impl Send for UserIdentityRoot
impl Sync for UserIdentityRoot
impl Unpin for UserIdentityRoot
impl UnwindSafe for UserIdentityRoot
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