InstanceProfile constructor
      
      InstanceProfile({})
     
    
    
Implementation
InstanceProfile({
  this.arn,
  this.description,
  this.excludeAppPackagesFromCleanup,
  this.name,
  this.packageCleanup,
  this.rebootAfterUse,
});
InstanceProfile({
  this.arn,
  this.description,
  this.excludeAppPackagesFromCleanup,
  this.name,
  this.packageCleanup,
  this.rebootAfterUse,
});