ArtifactLocation constructor

ArtifactLocation({
  1. S3ArtifactLocation? s3Location,
  2. ArtifactLocationType? type,
})

Implementation

ArtifactLocation({
  this.s3Location,
  this.type,
});