Class: Aws::Mgn::Types::NetworkMigrationAnalysisResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

The result of a network migration analysis operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_result ⇒ String

The detailed analysis findings and recommendations.

Returns:

  • (String)


4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'lib/aws-sdk-mgn/types.rb', line 4245

class NetworkMigrationAnalysisResult < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :analyzer_type,
  :source,
  :target,
  :status,
  :analysis_result)
  SENSITIVE = []
  include Aws::Structure
end

#analyzer_type ⇒ String

The type of analyzer that generated this result.

Returns:

  • (String)


4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'lib/aws-sdk-mgn/types.rb', line 4245

class NetworkMigrationAnalysisResult < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :analyzer_type,
  :source,
  :target,
  :status,
  :analysis_result)
  SENSITIVE = []
  include Aws::Structure
end

#job_id ⇒ String

The unique identifier of the analysis job that generated this result.

Returns:

  • (String)


4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'lib/aws-sdk-mgn/types.rb', line 4245

class NetworkMigrationAnalysisResult < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :analyzer_type,
  :source,
  :target,
  :status,
  :analysis_result)
  SENSITIVE = []
  include Aws::Structure
end

#network_migration_definition_id ⇒ String

The unique identifier of the network migration definition.

Returns:

  • (String)


4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'lib/aws-sdk-mgn/types.rb', line 4245

class NetworkMigrationAnalysisResult < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :analyzer_type,
  :source,
  :target,
  :status,
  :analysis_result)
  SENSITIVE = []
  include Aws::Structure
end

#network_migration_execution_id ⇒ String

The unique identifier of the network migration execution.

Returns:

  • (String)


4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'lib/aws-sdk-mgn/types.rb', line 4245

class NetworkMigrationAnalysisResult < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :analyzer_type,
  :source,
  :target,
  :status,
  :analysis_result)
  SENSITIVE = []
  include Aws::Structure
end

#source ⇒ Types::NetworkMigrationAnalysisResultSource

The source resource that was analyzed.



4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'lib/aws-sdk-mgn/types.rb', line 4245

class NetworkMigrationAnalysisResult < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :analyzer_type,
  :source,
  :target,
  :status,
  :analysis_result)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The status of the analysis result.

Returns:

  • (String)


4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'lib/aws-sdk-mgn/types.rb', line 4245

class NetworkMigrationAnalysisResult < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :analyzer_type,
  :source,
  :target,
  :status,
  :analysis_result)
  SENSITIVE = []
  include Aws::Structure
end

#target ⇒ Types::NetworkMigrationAnalysisResultTarget

The target resource in the analysis.



4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'lib/aws-sdk-mgn/types.rb', line 4245

class NetworkMigrationAnalysisResult < Struct.new(
  :job_id,
  :network_migration_execution_id,
  :network_migration_definition_id,
  :analyzer_type,
  :source,
  :target,
  :status,
  :analysis_result)
  SENSITIVE = []
  include Aws::Structure
end