DeploySystemInstanceResponse constructor

DeploySystemInstanceResponse({
  1. required SystemInstanceSummary summary,
  2. String? greengrassDeploymentId,
})

Implementation

DeploySystemInstanceResponse({
  required this.summary,
  this.greengrassDeploymentId,
});