TrackedActionLastAccessed class
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.
Constructors
- TrackedActionLastAccessed({String? actionName, String? lastAccessedEntity, String? lastAccessedRegion, DateTime? lastAccessedTime})
- TrackedActionLastAccessed.fromXml(XmlElement elem)
-
factory
Properties
- actionName → String?
-
The name of the tracked action to which access was attempted. Tracked
actions are actions that report activity to IAM.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastAccessedEntity → String?
-
final
- lastAccessedRegion → String?
-
The Region from which the authenticated entity (user or role) last attempted
to access the tracked action. AWS does not report unauthenticated requests.
final
- lastAccessedTime → DateTime?
-
The date and time, in ISO 8601
date-time format, when an authenticated entity most recently attempted
to access the tracked service. AWS does not report unauthenticated requests.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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