Struct aws_sdk_securityhub::model::AwsIamAccessKeySessionContextAttributes [−][src]
#[non_exhaustive]pub struct AwsIamAccessKeySessionContextAttributes {
pub mfa_authenticated: bool,
pub creation_date: Option<String>,
}
Expand description
Attributes of the session that the key was used for.
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.mfa_authenticated: bool
Indicates whether the session used multi-factor authentication (MFA).
creation_date: Option<String>
Indicates when the session was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Implementations
Indicates whether the session used multi-factor authentication (MFA).
Indicates when the session was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Creates a new builder-style object to manufacture AwsIamAccessKeySessionContextAttributes
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
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