DescribeMaintenanceWindowTargetsResult
public struct DescribeMaintenanceWindowTargetsResult : 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 targets in the maintenance window. DeclarationSwift public let targets: [MaintenanceWindowTarget]?
- 
                  
                  Undocumented DeclarationSwift public init(nextToken: String? = nil, targets: [MaintenanceWindowTarget]? = nil)
 View on GitHub
View on GitHub DescribeMaintenanceWindowTargetsResult Structure Reference
        DescribeMaintenanceWindowTargetsResult Structure Reference