Class: Aws::MigrationHubStrategyRecommendations::Types::GetAssessmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::GetAssessmentResponse
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_targets ⇒ Array<Types::AssessmentTarget>
List of criteria for assessment.
-
#data_collection_details ⇒ Types::DataCollectionDetails
Detailed information about the assessment.
-
#id ⇒ String
The ID for the specific assessment task.
Instance Attribute Details
#assessment_targets ⇒ Array<Types::AssessmentTarget>
List of criteria for assessment.
871 872 873 874 875 876 877 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 871 class GetAssessmentResponse < Struct.new( :assessment_targets, :data_collection_details, :id) SENSITIVE = [] include Aws::Structure end |
#data_collection_details ⇒ Types::DataCollectionDetails
Detailed information about the assessment.
871 872 873 874 875 876 877 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 871 class GetAssessmentResponse < Struct.new( :assessment_targets, :data_collection_details, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID for the specific assessment task.
871 872 873 874 875 876 877 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 871 class GetAssessmentResponse < Struct.new( :assessment_targets, :data_collection_details, :id) SENSITIVE = [] include Aws::Structure end |