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