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