Class: Aws::MigrationHubStrategyRecommendations::Types::StartRecommendationReportGenerationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::StartRecommendationReportGenerationResponse
- 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.
Instance Attribute Details
#id ⇒ String
The ID of the recommendation report generation task.
2255 2256 2257 2258 2259 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2255 class StartRecommendationReportGenerationResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |