SnapshotCopyGrant constructor

SnapshotCopyGrant({
  1. String? kmsKeyId,
  2. String? snapshotCopyGrantName,
  3. List<Tag>? tags,
})

Implementation

SnapshotCopyGrant({
  this.kmsKeyId,
  this.snapshotCopyGrantName,
  this.tags,
});