ComputeEnvironmentDetail constructor
ComputeEnvironmentDetail({})
Implementation
ComputeEnvironmentDetail({
required this.computeEnvironmentArn,
required this.computeEnvironmentName,
required this.ecsClusterArn,
this.computeResources,
this.serviceRole,
this.state,
this.status,
this.statusReason,
this.tags,
this.type,
});