You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IAM::Types::EntityDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#entity_infoTypes::EntityInfo

The EntityInfo object that contains details about the entity (user or role).

Returns:

  • (Types::EntityInfo)

    The EntityInfo object that contains details about the entity (user or role).

#last_authenticatedTime

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.

Returns:

  • (Time)

    The date and time, in [ISO 8601 date-time format][1], when the authenticated entity last attempted to access AWS.