PutImagePolicyResponse constructor

PutImagePolicyResponse({
  1. String? imageArn,
  2. String? requestId,
})

Implementation

PutImagePolicyResponse({
  this.imageArn,
  this.requestId,
});