GetDeploymentResponse constructor

GetDeploymentResponse({
  1. Map<String, ComponentDeploymentSpecification>? components,
  2. DateTime? creationTimestamp,
  3. String? deploymentId,
  4. String? deploymentName,
  5. DeploymentPolicies? deploymentPolicies,
  6. DeploymentStatus? deploymentStatus,
  7. String? iotJobArn,
  8. DeploymentIoTJobConfiguration? iotJobConfiguration,
  9. String? iotJobId,
  10. bool? isLatestForTarget,
  11. String? revisionId,
  12. Map<String, String>? tags,
  13. String? targetArn,
})

Implementation

GetDeploymentResponse({
  this.components,
  this.creationTimestamp,
  this.deploymentId,
  this.deploymentName,
  this.deploymentPolicies,
  this.deploymentStatus,
  this.iotJobArn,
  this.iotJobConfiguration,
  this.iotJobId,
  this.isLatestForTarget,
  this.revisionId,
  this.tags,
  this.targetArn,
});