GetDeploymentResponse constructor
GetDeploymentResponse({
- Map<
String, ComponentDeploymentSpecification> ? components, - DateTime? creationTimestamp,
- String? deploymentId,
- String? deploymentName,
- DeploymentPolicies? deploymentPolicies,
- DeploymentStatus? deploymentStatus,
- String? iotJobArn,
- DeploymentIoTJobConfiguration? iotJobConfiguration,
- String? iotJobId,
- bool? isLatestForTarget,
- String? revisionId,
- Map<
String, String> ? tags, - 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,
});