Struct aws_sdk_iam::model::EntityDetails [−][src]
#[non_exhaustive]pub struct EntityDetails {
pub entity_info: Option<EntityInfo>,
pub last_authenticated: Option<DateTime>,
}
Expand description
An object that contains details about when the IAM entities (users or roles) were last used in an attempt to access the specified Amazon Web Services service.
This data type is a response element in the GetServiceLastAccessedDetailsWithEntities operation.
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.entity_info: Option<EntityInfo>
The EntityInfo
object that contains details about the entity (user or
role).
last_authenticated: Option<DateTime>
The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services. Amazon Web Services does not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the reporting period.
Implementations
The EntityInfo
object that contains details about the entity (user or
role).
The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services. Amazon Web Services does not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the reporting period.
Creates a new builder-style object to manufacture EntityDetails
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 EntityDetails
impl Send for EntityDetails
impl Sync for EntityDetails
impl Unpin for EntityDetails
impl UnwindSafe for EntityDetails
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