EntityDetails
public struct EntityDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The EntityInfo object that contains details about the entity (user or role).
Declaration
Swift
public let entityInfo: EntityInfo
-
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. This field is null if no IAM entities attempted to access the service within the reporting period.
Declaration
Swift
public let lastAuthenticated: TimeStamp?
-
Undocumented
Declaration
Swift
public init(entityInfo: EntityInfo, lastAuthenticated: TimeStamp? = nil)