Class: Aws::MigrationHubStrategyRecommendations::Types::StopAssessmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::StopAssessmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The ‘assessmentId` returned by StartAssessment.
Instance Attribute Details
#assessment_id ⇒ String
The ‘assessmentId` returned by StartAssessment.
2267 2268 2269 2270 2271 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2267 class StopAssessmentRequest < Struct.new( :assessment_id) SENSITIVE = [] include Aws::Structure end |