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