ListCreatedArtifactsResult constructor

ListCreatedArtifactsResult({
  1. List<CreatedArtifact>? createdArtifactList,
  2. String? nextToken,
})

Implementation

ListCreatedArtifactsResult({
  this.createdArtifactList,
  this.nextToken,
});