DeploySystemInstanceResponse constructor
DeploySystemInstanceResponse({
- required SystemInstanceSummary summary,
- String? greengrassDeploymentId,
Implementation
DeploySystemInstanceResponse({
required this.summary,
this.greengrassDeploymentId,
});