ArtifactLocation constructor
ArtifactLocation({
- S3ArtifactLocation? s3Location,
- ArtifactLocationType? type,
Implementation
ArtifactLocation({
this.s3Location,
this.type,
});