Class: Aws::MigrationHubStrategyRecommendations::Types::StopAssessmentRequest

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

#assessment_idString

The assessmentId returned by StartAssessment.

Returns:

  • (String)


2267
2268
2269
2270
2271
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2267

class StopAssessmentRequest < Struct.new(
  :assessment_id)
  SENSITIVE = []
  include Aws::Structure
end