Struct aws_sdk_macie2::model::user_identity::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UserIdentity
Implementations
If the action was performed with temporary security credentials that were obtained using the AssumeRole operation of the Security Token Service (STS) API, the identifiers, session context, and other details about the identity.
If the action was performed with temporary security credentials that were obtained using the AssumeRole operation of the Security Token Service (STS) API, the identifiers, session context, and other details about the identity.
If the action was performed using the credentials for another Amazon Web Services account, the details of that account.
If the action was performed using the credentials for another Amazon Web Services account, the details of that account.
If the action was performed by an Amazon Web Services account that belongs to an Amazon Web Service, the name of the service.
If the action was performed by an Amazon Web Services account that belongs to an Amazon Web Service, the name of the service.
If the action was performed with temporary security credentials that were obtained using the GetFederationToken operation of the Security Token Service (STS) API, the identifiers, session context, and other details about the identity.
If the action was performed with temporary security credentials that were obtained using the GetFederationToken operation of the Security Token Service (STS) API, the identifiers, session context, and other details about the identity.
If the action was performed using the credentials for an Identity and Access Management (IAM) user, the name and other details about the user.
If the action was performed using the credentials for an Identity and Access Management (IAM) user, the name and other details about the user.
If the action was performed using the credentials for your Amazon Web Services account, the details of your account.
If the action was performed using the credentials for your Amazon Web Services account, the details of your account.
The type of entity that performed the action.
The type of entity that performed the action.
Consumes the builder and constructs a UserIdentity
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