InstanceProfile constructor

InstanceProfile({
  1. String? arn,
  2. String? description,
  3. List<String>? excludeAppPackagesFromCleanup,
  4. String? name,
  5. bool? packageCleanup,
  6. bool? rebootAfterUse,
})

Implementation

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