Class: Aws::MigrationHubStrategyRecommendations::Types::GetAssessmentResponse

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_targetsArray<Types::AssessmentTarget>

List of criteria for assessment.

Returns:



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_detailsTypes::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

#idString

The ID for the specific assessment task.

Returns:

  • (String)


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