MaintenanceWindowTarget constructor

MaintenanceWindowTarget({
  1. String? description,
  2. String? name,
  3. String? ownerInformation,
  4. MaintenanceWindowResourceType? resourceType,
  5. List<Target>? targets,
  6. String? windowId,
  7. String? windowTargetId,
})

Implementation

MaintenanceWindowTarget({
  this.description,
  this.name,
  this.ownerInformation,
  this.resourceType,
  this.targets,
  this.windowId,
  this.windowTargetId,
});