Struct aws_sdk_iam::model::TrackedActionLastAccessed [−][src]
#[non_exhaustive]pub struct TrackedActionLastAccessed {
pub action_name: Option<String>,
pub last_accessed_entity: Option<String>,
pub last_accessed_time: Option<DateTime>,
pub last_accessed_region: Option<String>,
}
Expand description
Contains details about the most recent attempt to access an action within the service.
This data type is used as a response element in the GetServiceLastAccessedDetails 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.action_name: Option<String>
The name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.
last_accessed_entity: Option<String>
The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.
For more information about ARNs, go to Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
last_accessed_time: Option<DateTime>
The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. 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.
last_accessed_region: Option<String>
The Region from which the authenticated entity (user or role) last attempted to access the tracked action. 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 name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.
The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.
For more information about ARNs, go to Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. 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.
The Region from which the authenticated entity (user or role) last attempted to access the tracked action. 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 TrackedActionLastAccessed
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 TrackedActionLastAccessed
impl Send for TrackedActionLastAccessed
impl Sync for TrackedActionLastAccessed
impl Unpin for TrackedActionLastAccessed
impl UnwindSafe for TrackedActionLastAccessed
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