Class: Aws::MigrationHubStrategyRecommendations::Types::GetRecommendationReportDetailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::GetRecommendationReportDetailsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the recommendation report generation task.
-
#recommendation_report_details ⇒ Types::RecommendationReportDetails
Detailed information about the recommendation report.
Instance Attribute Details
#id ⇒ String
The ID of the recommendation report generation task. See the response of StartRecommendationReportGeneration.
1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1051 class GetRecommendationReportDetailsResponse < Struct.new( :id, :recommendation_report_details) SENSITIVE = [] include Aws::Structure end |
#recommendation_report_details ⇒ Types::RecommendationReportDetails
Detailed information about the recommendation report.
1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1051 class GetRecommendationReportDetailsResponse < Struct.new( :id, :recommendation_report_details) SENSITIVE = [] include Aws::Structure end |