DescribeSnapshotSchedulesOutputMessage constructor
DescribeSnapshotSchedulesOutputMessage({
- String? marker,
- List<
SnapshotSchedule> ? snapshotSchedules,
Implementation
DescribeSnapshotSchedulesOutputMessage({
this.marker,
this.snapshotSchedules,
});