ImageSummary constructor

ImageSummary({
  1. String? arn,
  2. String? dateCreated,
  3. String? name,
  4. String? osVersion,
  5. OutputResources? outputResources,
  6. String? owner,
  7. Platform? platform,
  8. ImageState? state,
  9. Map<String, String>? tags,
  10. ImageType? type,
  11. String? version,
})

Implementation

ImageSummary({
  this.arn,
  this.dateCreated,
  this.name,
  this.osVersion,
  this.outputResources,
  this.owner,
  this.platform,
  this.state,
  this.tags,
  this.type,
  this.version,
});