GetEBSVolumeRecommendationsResponse constructor

GetEBSVolumeRecommendationsResponse({
  1. List<GetRecommendationError>? errors,
  2. String? nextToken,
  3. List<VolumeRecommendation>? volumeRecommendations,
})

Implementation

GetEBSVolumeRecommendationsResponse({
  this.errors,
  this.nextToken,
  this.volumeRecommendations,
});