Class: Aws::MigrationHubStrategyRecommendations::Types::StartAssessmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::StartAssessmentResponse
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The ID of the assessment.
Instance Attribute Details
#assessment_id ⇒ String
The ID of the assessment.
2168 2169 2170 2171 2172 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2168 class StartAssessmentResponse < Struct.new( :assessment_id) SENSITIVE = [] include Aws::Structure end |