AliasListEntry class
Contains information about an alias.
Constructors
- AliasListEntry({String? aliasArn, String? aliasName, DateTime? creationDate, DateTime? lastUpdatedDate, String? targetKeyId})
-
AliasListEntry.fromJson(Map<
String, dynamic> json) -
factory
Properties
- aliasArn → String?
-
String that contains the key ARN.
final
- aliasName → String?
-
String that contains the alias. This value begins with
alias/
.final - creationDate → DateTime?
-
Date and time that the alias was most recently created in the account and
Region. Formatted as Unix time.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedDate → DateTime?
-
Date and time that the alias was most recently associated with a CMK in the
account and Region. Formatted as Unix time.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetKeyId → String?
-
String that contains the key identifier of the CMK associated with the
alias.
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