AwsAccessRole constructor

AwsAccessRole({
  1. String? iamRoleId,
  2. String? identity,
})

Implementation

AwsAccessRole({
  this.iamRoleId,
  this.identity,
});