SystemInstanceSummary constructor

SystemInstanceSummary({
  1. String? arn,
  2. DateTime? createdAt,
  3. String? greengrassGroupId,
  4. String? greengrassGroupName,
  5. String? greengrassGroupVersionId,
  6. String? id,
  7. SystemInstanceDeploymentStatus? status,
  8. DeploymentTarget? target,
  9. DateTime? updatedAt,
})

Implementation

SystemInstanceSummary({
  this.arn,
  this.createdAt,
  this.greengrassGroupId,
  this.greengrassGroupName,
  this.greengrassGroupVersionId,
  this.id,
  this.status,
  this.target,
  this.updatedAt,
});