Class: Aws::MigrationHubStrategyRecommendations::Types::GetLatestAssessmentIdResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::GetLatestAssessmentIdResponse
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The latest ID for the specific assessment task.
Instance Attribute Details
#id ⇒ String
The latest ID for the specific assessment task.
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 |