Class: Aws::MigrationHubStrategyRecommendations::Types::GetLatestAssessmentIdResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::GetLatestAssessmentIdResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 969 class GetLatestAssessmentIdResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |