AwsIamAccessKeySessionContextAttributes class
Attributes of the session that the key was used for.
Constructors
- AwsIamAccessKeySessionContextAttributes({String? creationDate, bool? mfaAuthenticated})
-
AwsIamAccessKeySessionContextAttributes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationDate → String?
-
Indicates when the session was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mfaAuthenticated → bool?
-
Indicates whether the session used multi-factor authentication (MFA).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited