PutComponentPolicyResponse constructor

PutComponentPolicyResponse({
  1. String? componentArn,
  2. String? requestId,
})

Implementation

PutComponentPolicyResponse({
  this.componentArn,
  this.requestId,
});