Struct aws_sdk_iam::output::GetAccessKeyLastUsedOutput [−][src]
#[non_exhaustive]pub struct GetAccessKeyLastUsedOutput {
pub user_name: Option<String>,
pub access_key_last_used: Option<AccessKeyLastUsed>,
}
Expand description
Contains the response to a successful GetAccessKeyLastUsed request. It is also returned as a member of the AccessKeyMetaData structure returned by the ListAccessKeys action.
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.user_name: Option<String>
The name of the IAM user that owns this access key.
access_key_last_used: Option<AccessKeyLastUsed>
Contains information about the last time the access key was used.
Implementations
Contains information about the last time the access key was used.
Creates a new builder-style object to manufacture GetAccessKeyLastUsedOutput
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 GetAccessKeyLastUsedOutput
impl Send for GetAccessKeyLastUsedOutput
impl Sync for GetAccessKeyLastUsedOutput
impl Unpin for GetAccessKeyLastUsedOutput
impl UnwindSafe for GetAccessKeyLastUsedOutput
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