Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

An 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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_infoTypes::EntityInfo

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

Returns:


2871
2872
2873
2874
2875
2876
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2871

class EntityDetails < Struct.new(
  :entity_info,
  :last_authenticated)
  SENSITIVE = []
  include Aws::Structure
end

#last_authenticatedTime

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.

Returns:

  • (Time)

2871
2872
2873
2874
2875
2876
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2871

class EntityDetails < Struct.new(
  :entity_info,
  :last_authenticated)
  SENSITIVE = []
  include Aws::Structure
end