ExportEC2InstanceRecommendationsResponse constructor

ExportEC2InstanceRecommendationsResponse({
  1. String? jobId,
  2. S3Destination? s3Destination,
})

Implementation

ExportEC2InstanceRecommendationsResponse({
  this.jobId,
  this.s3Destination,
});