Values.EntityDetailsSourceAn object that contains details about when the IAM entities (users or roles) were last used in an attempt to access the specified Amazon Web Services service. This data type is a response element in the GetServiceLastAccessedDetailsWithEntities operation.
type nonrec t = {entityInfo : EntityInfo.t option;The EntityInfo object that contains details about the entity (user or role).
*)lastAuthenticated : DateType.t option;The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services. Amazon Web Services does not report unauthenticated requests. This field is null if no IAM entities attempted to access the service within the tracking period.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of ArnType.t ]) list
| `Timestamp of DateType.t ])
list ]