AccessKeyMetadata class
Contains information about an AWS access key, without its secret key.
This data type is used as a response element in the ListAccessKeys operation.
Constructors
- AccessKeyMetadata.new({String? accessKeyId, DateTime? createDate, StatusType? status, String? userName})
- AccessKeyMetadata.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
- status → StatusType?
-
The status of the access key.
Active
means that the key is valid for API calls;Inactive
means it is not.final - userName → String?
-
The name of the IAM user that the 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