DescribeMaintenanceWindowsResult
public struct DescribeMaintenanceWindowsResult : 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 maintenance windows. DeclarationSwift public let windowIdentities: [MaintenanceWindowIdentity]?
- 
                  
                  Undocumented DeclarationSwift public init(nextToken: String? = nil, windowIdentities: [MaintenanceWindowIdentity]? = nil)
 View on GitHub
View on GitHub DescribeMaintenanceWindowsResult Structure Reference
        DescribeMaintenanceWindowsResult Structure Reference