EntityDetails class
An object that contains details about when the IAM entities (users or roles) were last used in an attempt to access the specified AWS service.
This data type is a response element in the GetServiceLastAccessedDetailsWithEntities operation.
Constructors
- EntityDetails.new({required EntityInfo entityInfo, DateTime? lastAuthenticated})
- EntityDetails.fromXml(XmlElement elem)
-
factory
Properties
- entityInfo → EntityInfo
-
The
EntityInfo
object that contains details about the entity (user or role).final - hashCode → int
-
The hash code for this object.
no setterinherited
- lastAuthenticated → DateTime?
-
The date and time, in ISO 8601
date-time format, when the authenticated entity last attempted to access
AWS. 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