SystemInstanceSummary constructor
SystemInstanceSummary({
- String? arn,
- DateTime? createdAt,
- String? greengrassGroupId,
- String? greengrassGroupName,
- String? greengrassGroupVersionId,
- String? id,
- SystemInstanceDeploymentStatus? status,
- DeploymentTarget? target,
- DateTime? updatedAt,
Implementation
SystemInstanceSummary({
this.arn,
this.createdAt,
this.greengrassGroupId,
this.greengrassGroupName,
this.greengrassGroupVersionId,
this.id,
this.status,
this.target,
this.updatedAt,
});