DescribeSnapshotScheduleOutput constructor

DescribeSnapshotScheduleOutput({
  1. String? description,
  2. int? recurrenceInHours,
  3. int? startAt,
  4. List<Tag>? tags,
  5. String? timezone,
  6. String? volumeARN,
})

Implementation

DescribeSnapshotScheduleOutput({
  this.description,
  this.recurrenceInHours,
  this.startAt,
  this.tags,
  this.timezone,
  this.volumeARN,
});