BatchModifyClusterSnapshotsOutputMessage constructor

BatchModifyClusterSnapshotsOutputMessage({
  1. List<SnapshotErrorMessage>? errors,
  2. List<String>? resources,
})

Implementation

BatchModifyClusterSnapshotsOutputMessage({
  this.errors,
  this.resources,
});