DescribeImageResponse constructor

DescribeImageResponse({
  1. DateTime? creationTime,
  2. String? description,
  3. String? displayName,
  4. String? failureReason,
  5. String? imageArn,
  6. String? imageName,
  7. ImageStatus? imageStatus,
  8. DateTime? lastModifiedTime,
  9. String? roleArn,
})

Implementation

DescribeImageResponse({
  this.creationTime,
  this.description,
  this.displayName,
  this.failureReason,
  this.imageArn,
  this.imageName,
  this.imageStatus,
  this.lastModifiedTime,
  this.roleArn,
});