TrackedActionLastAccessed
public struct TrackedActionLastAccessed : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.
Declaration
Swift
public let actionName: String?
-
Undocumented
Declaration
Swift
public let lastAccessedEntity: String?
-
The Region from which the authenticated entity (user or role) last attempted to access the tracked action. 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 lastAccessedRegion: String?
-
The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. 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 lastAccessedTime: TimeStamp?
-
Undocumented
Declaration
Swift
public init(actionName: String? = nil, lastAccessedEntity: String? = nil, lastAccessedRegion: String? = nil, lastAccessedTime: TimeStamp? = nil)