AccessKeyLastUsed class

Contains information about the last time an AWS access key was used since IAM began tracking this information on April 22, 2015.

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

Constructors

AccessKeyLastUsed({required DateTime lastUsedDate, required String region, required String serviceName})
AccessKeyLastUsed.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastUsedDate DateTime
The date and time, in ISO 8601 date-time format, when the access key was most recently used. This field is null in the following situations:
final
region String
The AWS Region where this access key was most recently used. The value for this field is "N/A" in the following situations:
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceName String
The name of the AWS service with which this access key was most recently used. The value of this field is "N/A" in the following situations:
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited