DescribeMaintenanceWindowScheduleResult
public struct DescribeMaintenanceWindowScheduleResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token for the next set of items to return. (You use this token in the next call.)
Declaration
Swift
public let nextToken: String?
-
Information about maintenance window executions scheduled for the specified time range.
Declaration
Swift
public let scheduledWindowExecutions: [ScheduledWindowExecution]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, scheduledWindowExecutions: [ScheduledWindowExecution]? = nil)