Class: Aws::MigrationHubStrategyRecommendations::Types::GetRecommendationReportDetailsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the recommendation report generation task. See the response of StartRecommendationReportGeneration.

Returns:

  • (String)


1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1051

class GetRecommendationReportDetailsResponse < Struct.new(
  :id,
  :recommendation_report_details)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_report_detailsTypes::RecommendationReportDetails

Detailed information about the recommendation report.



1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1051

class GetRecommendationReportDetailsResponse < Struct.new(
  :id,
  :recommendation_report_details)
  SENSITIVE = []
  include Aws::Structure
end