Class: Aws::Types::NetworkMigrationAnalysisResult
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationAnalysisResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_result ⇒ ::String
Returns the value of attribute analysis_result.
-
#analyzer_type ⇒ "REACHABILITY_ANALYZER"
Returns the value of attribute analyzer_type.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
-
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
-
#source ⇒ Types::NetworkMigrationAnalysisResultSource
Returns the value of attribute source.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#target ⇒ Types::NetworkMigrationAnalysisResultTarget
Returns the value of attribute target.
Instance Attribute Details
#analysis_result ⇒ ::String
Returns the value of attribute analysis_result.
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.
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.
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.
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.
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.
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 |