Class: Aws::Types::NetworkMigrationAnalysisResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_result ⇒ ::String

Returns the value of attribute analysis_result.

Returns:

  • (::String)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def analysis_result
  @analysis_result
end

#analyzer_type ⇒ "REACHABILITY_ANALYZER"

Returns the value of attribute analyzer_type.

Returns:

  • ("REACHABILITY_ANALYZER")


1274
1275
1276
# File 'sig/types.rbs', line 1274

def analyzer_type
  @analyzer_type
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def job_id
  @job_id
end

#network_migration_definition_id ⇒ ::String

Returns the value of attribute network_migration_definition_id.

Returns:

  • (::String)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def network_migration_definition_id
  @network_migration_definition_id
end

#network_migration_execution_id ⇒ ::String

Returns the value of attribute network_migration_execution_id.

Returns:

  • (::String)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def network_migration_execution_id
  @network_migration_execution_id
end

#source ⇒ Types::NetworkMigrationAnalysisResultSource

Returns the value of attribute source.



1275
1276
1277
# File 'sig/types.rbs', line 1275

def source
  @source
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "STARTED", "SUCCEEDED", "FAILED")


1277
1278
1279
# File 'sig/types.rbs', line 1277

def status
  @status
end

#target ⇒ Types::NetworkMigrationAnalysisResultTarget

Returns the value of attribute target.



1276
1277
1278
# File 'sig/types.rbs', line 1276

def target
  @target
end