AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains details about the most recent attempt to access an action within the service.

This data type is used as a response element in the GetServiceLastAccessedDetails operation.

Inheritance Hierarchy

System.Object
  Amazon.IdentityManagement.Model.TrackedActionLastAccessed

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z

Syntax

C#
public class TrackedActionLastAccessed

The TrackedActionLastAccessed type exposes the following members

Constructors

NameDescription
Public Method TrackedActionLastAccessed()

Properties

NameTypeDescription
Public Property ActionName System.String

Gets and sets the property ActionName.

The name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.

Public Property LastAccessedEntity System.String

Gets and sets the property LastAccessedEntity.

Public Property LastAccessedRegion System.String

Gets and sets the property LastAccessedRegion.

The Region from which the authenticated entity (user or role) last attempted to access the tracked action. 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.

Public Property LastAccessedTime System.DateTime

Gets and sets the property LastAccessedTime.

The date and time, inĀ ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5