AccessKey class

Contains information about an AWS access key.

This data type is used as a response element in the CreateAccessKey and ListAccessKeys operations.

Constructors

AccessKey({required String accessKeyId, required String secretAccessKey, required StatusType status, required String userName, DateTime? createDate})
AccessKey.fromXml(XmlElement elem)
factory

Properties

accessKeyId String
The ID for this access key.
final
createDate DateTime?
The date when the access key was created.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretAccessKey String
The secret key used to sign requests.
final
status StatusType
The status of the access key. Active means that the key is valid for API calls, while Inactive means it is not.
final
userName String
The name of the IAM user that the access key is associated with.
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