UpdateMaintenanceWindowResult
public struct UpdateMaintenanceWindowResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Whether targets must be registered with the maintenance window before tasks can be defined for those targets. DeclarationSwift public let allowUnassociatedTargets: Bool?
- 
                  
                  The number of hours before the end of the maintenance window that Systems Manager stops scheduling new tasks for execution. DeclarationSwift public let cutoff: Int?
- 
                  
                  An optional description of the update. DeclarationSwift public let description: String?
- 
                  
                  The duration of the maintenance window in hours. DeclarationSwift public let duration: Int?
- 
                  
                  Whether the maintenance window is enabled. DeclarationSwift public let enabled: Bool?
- 
                  
                  The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive. The maintenance window will not run after this specified time. DeclarationSwift public let endDate: String?
- 
                  
                  The name of the maintenance window. DeclarationSwift public let name: String?
- 
                  
                  The schedule of the maintenance window in the form of a cron or rate expression. DeclarationSwift public let schedule: String?
- 
                  
                  The number of days to wait to run a maintenance window after the scheduled CRON expression date and time. DeclarationSwift public let scheduleOffset: Int?
- 
                  
                  The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: “America/Los_Angeles”, “etc/UTC”, or “Asia/Seoul”. For more information, see the Time Zone Database on the IANA website. DeclarationSwift public let scheduleTimezone: String?
- 
                  
                  The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active. The maintenance window will not run before this specified time. DeclarationSwift public let startDate: String?
- 
                  
                  The ID of the created maintenance window. DeclarationSwift public let windowId: String?
- 
                  init(allowUnassociatedTargets:cutoff:description:duration:enabled:endDate:name:schedule:scheduleOffset:scheduleTimezone:startDate:windowId:)Undocumented DeclarationSwift public init(allowUnassociatedTargets: Bool? = nil, cutoff: Int? = nil, description: String? = nil, duration: Int? = nil, enabled: Bool? = nil, endDate: String? = nil, name: String? = nil, schedule: String? = nil, scheduleOffset: Int? = nil, scheduleTimezone: String? = nil, startDate: String? = nil, windowId: String? = nil)
 View on GitHub
View on GitHub UpdateMaintenanceWindowResult Structure Reference
        UpdateMaintenanceWindowResult Structure Reference