RoleAliasDescription class

Role alias description.

Constructors

RoleAliasDescription({DateTime? creationDate, int? credentialDurationSeconds, DateTime? lastModifiedDate, String? owner, String? roleAlias, String? roleAliasArn, String? roleArn})
RoleAliasDescription.fromJson(Map<String, dynamic> json)
factory

Properties

creationDate DateTime?
The UNIX timestamp of when the role alias was created.
final
credentialDurationSeconds int?
The number of seconds for which the credential is valid.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedDate DateTime?
The UNIX timestamp of when the role alias was last modified.
final
owner String?
The role alias owner.
final
roleAlias String?
The role alias.
final
roleAliasArn String?
The ARN of the role alias.
final
roleArn String?
The role ARN.
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited