GetAccessKeyLastUsedResponse class
Contains the response to a successful GetAccessKeyLastUsed request. It is also returned as a member of the AccessKeyMetaData structure returned by the ListAccessKeys action.
Constructors
- GetAccessKeyLastUsedResponse({AccessKeyLastUsed? accessKeyLastUsed, String? userName})
- GetAccessKeyLastUsedResponse.fromXml(XmlElement elem)
-
factory
Properties
- accessKeyLastUsed → AccessKeyLastUsed?
-
Contains information about the last time the access key was used.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userName → String?
-
The name of the AWS IAM user that owns this access key.
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