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