DescribeMaintenanceWindowTasksResult
public struct DescribeMaintenanceWindowTasksResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. DeclarationSwift public let nextToken: String?
- 
                  
                  Information about the tasks in the maintenance window. DeclarationSwift public let tasks: [MaintenanceWindowTask]?
- 
                  
                  Undocumented DeclarationSwift public init(nextToken: String? = nil, tasks: [MaintenanceWindowTask]? = nil)
 View on GitHub
View on GitHub DescribeMaintenanceWindowTasksResult Structure Reference
        DescribeMaintenanceWindowTasksResult Structure Reference