RoleAliasDescription constructor

RoleAliasDescription({
  1. DateTime? creationDate,
  2. int? credentialDurationSeconds,
  3. DateTime? lastModifiedDate,
  4. String? owner,
  5. String? roleAlias,
  6. String? roleAliasArn,
  7. String? roleArn,
})

Implementation

RoleAliasDescription({
  this.creationDate,
  this.credentialDurationSeconds,
  this.lastModifiedDate,
  this.owner,
  this.roleAlias,
  this.roleAliasArn,
  this.roleArn,
});