CreateArtifactResponse constructor

CreateArtifactResponse({
  1. String? artifactArn,
})

Implementation

CreateArtifactResponse({
  this.artifactArn,
});