Struct aws_sdk_macie2::model::SessionContext [−][src]
#[non_exhaustive]pub struct SessionContext {
pub attributes: Option<SessionContextAttributes>,
pub session_issuer: Option<SessionIssuer>,
}
Expand description
Provides information about a session that was created for an entity that performed an action by using temporary security credentials.
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.attributes: Option<SessionContextAttributes>
The date and time when the credentials were issued, and whether the credentials were authenticated with a multi-factor authentication (MFA) device.
session_issuer: Option<SessionIssuer>
The source and type of credentials that were issued to the entity.
Implementations
The date and time when the credentials were issued, and whether the credentials were authenticated with a multi-factor authentication (MFA) device.
The source and type of credentials that were issued to the entity.
Creates a new builder-style object to manufacture SessionContext
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 SessionContext
impl Send for SessionContext
impl Sync for SessionContext
impl Unpin for SessionContext
impl UnwindSafe for SessionContext
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