GetEBSVolumeRecommendationsResponse constructor
      
      GetEBSVolumeRecommendationsResponse({ 
    
    
- List<GetRecommendationError> ? errors,
- String? nextToken,
- List<VolumeRecommendation> ? volumeRecommendations,
Implementation
GetEBSVolumeRecommendationsResponse({
  this.errors,
  this.nextToken,
  this.volumeRecommendations,
});