ImageRecipe constructor

ImageRecipe({
  1. String? arn,
  2. List<InstanceBlockDeviceMapping>? blockDeviceMappings,
  3. List<ComponentConfiguration>? components,
  4. String? dateCreated,
  5. String? description,
  6. String? name,
  7. String? owner,
  8. String? parentImage,
  9. Platform? platform,
  10. Map<String, String>? tags,
  11. ImageType? type,
  12. String? version,
  13. String? workingDirectory,
})

Implementation

ImageRecipe({
  this.arn,
  this.blockDeviceMappings,
  this.components,
  this.dateCreated,
  this.description,
  this.name,
  this.owner,
  this.parentImage,
  this.platform,
  this.tags,
  this.type,
  this.version,
  this.workingDirectory,
});