AwsIamInstanceProfileRole constructor

AwsIamInstanceProfileRole({
  1. String? arn,
  2. String? assumeRolePolicyDocument,
  3. String? createDate,
  4. String? path,
  5. String? roleId,
  6. String? roleName,
})

Implementation

AwsIamInstanceProfileRole({
  this.arn,
  this.assumeRolePolicyDocument,
  this.createDate,
  this.path,
  this.roleId,
  this.roleName,
});