IamInstanceProfile constructor

IamInstanceProfile({
  1. String? arn,
  2. String? id,
})

Implementation

IamInstanceProfile({
  this.arn,
  this.id,
});