CreateGrantVersionResponse constructor

CreateGrantVersionResponse({
  1. String? grantArn,
  2. GrantStatus? status,
  3. String? version,
})

Implementation

CreateGrantVersionResponse({
  this.grantArn,
  this.status,
  this.version,
});