ServiceLastAccessed class
Contains details about the most recent attempt to access the service.
This data type is used as a response element in the GetServiceLastAccessedDetails operation.
Constructors
-
ServiceLastAccessed({required String serviceName, required String serviceNamespace, DateTime? lastAuthenticated, String? lastAuthenticatedEntity, String? lastAuthenticatedRegion, int? totalAuthenticatedEntities, List<
TrackedActionLastAccessed> ? trackedActionsLastAccessed}) - ServiceLastAccessed.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastAuthenticated → DateTime?
-
The date and time, in ISO 8601
date-time format, when an authenticated entity most recently attempted
to access the service. AWS does not report unauthenticated requests.
final
- lastAuthenticatedEntity → String?
-
The ARN of the authenticated entity (user or role) that last attempted to
access the service. AWS does not report unauthenticated requests.
final
- lastAuthenticatedRegion → String?
-
The Region from which the authenticated entity (user or role) last attempted
to access the service. AWS does not report unauthenticated requests.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceName → String
-
The name of the service in which access was attempted.
final
- serviceNamespace → String
-
The namespace of the service in which access was attempted.
final
- totalAuthenticatedEntities → int?
-
The total number of authenticated principals (root user, IAM users, or IAM
roles) that have attempted to access the service.
final
-
trackedActionsLastAccessed
→ List<
TrackedActionLastAccessed> ? -
An object that contains details about the most recent attempt to access a
tracked action within the service.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited