Class: Aws::MigrationHubStrategyRecommendations::Types::StartAssessmentResponse

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 ID of the assessment.

Returns:

  • (String)


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