BatchModifyClusterSnapshotsOutputMessage constructor
BatchModifyClusterSnapshotsOutputMessage({
- List<
SnapshotErrorMessage> ? errors, - List<
String> ? resources,
Implementation
BatchModifyClusterSnapshotsOutputMessage({
this.errors,
this.resources,
});