Class: Aws::MigrationHubStrategyRecommendations::Types::GetLatestAssessmentIdResponse

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

#idString

The latest ID for the specific assessment task.

Returns:

  • (String)


969
970
971
972
973
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 969

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