GetMaintenanceWindowResult constructor
GetMaintenanceWindowResult({
- bool? allowUnassociatedTargets,
- DateTime? createdDate,
- int? cutoff,
- String? description,
- int? duration,
- bool? enabled,
- String? endDate,
- DateTime? modifiedDate,
- String? name,
- String? nextExecutionTime,
- String? schedule,
- int? scheduleOffset,
- String? scheduleTimezone,
- String? startDate,
- String? windowId,
Implementation
GetMaintenanceWindowResult({
this.allowUnassociatedTargets,
this.createdDate,
this.cutoff,
this.description,
this.duration,
this.enabled,
this.endDate,
this.modifiedDate,
this.name,
this.nextExecutionTime,
this.schedule,
this.scheduleOffset,
this.scheduleTimezone,
this.startDate,
this.windowId,
});