AccessKeyDetails class
Contains information about the access keys.
Constructors
- AccessKeyDetails({String? accessKeyId, String? principalId, String? userName, String? userType})
-
AccessKeyDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessKeyId → String?
-
The access key ID of the user.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- principalId → String?
-
The principal ID of the user.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userName → String?
-
The name of the user.
final
- userType → String?
-
The type of the user.
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