Permission constructor

Permission({
  1. bool? allowSsh,
  2. bool? allowSudo,
  3. String? iamUserArn,
  4. String? level,
  5. String? stackId,
})

Implementation

Permission({
  this.allowSsh,
  this.allowSudo,
  this.iamUserArn,
  this.level,
  this.stackId,
});