RejectGrantResponse constructor
RejectGrantResponse({
- String? grantArn,
- GrantStatus? status,
- String? version,
Implementation
RejectGrantResponse({
this.grantArn,
this.status,
this.version,
});