

# NetworkMigrationAnalysisJobDetails
<a name="API_NetworkMigrationAnalysisJobDetails"></a>

Details about a network migration analysis job.

## Contents
<a name="API_NetworkMigrationAnalysisJobDetails_Contents"></a>

 ** createdAt **   <a name="mgn-Type-NetworkMigrationAnalysisJobDetails-createdAt"></a>
The timestamp when the job was created.  
Type: Timestamp  
Required: No

 ** endedAt **   <a name="mgn-Type-NetworkMigrationAnalysisJobDetails-endedAt"></a>
The timestamp when the job completed or failed.  
Type: Timestamp  
Required: No

 ** jobID **   <a name="mgn-Type-NetworkMigrationAnalysisJobDetails-jobID"></a>
The unique identifier of the analysis job.  
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}`   
Required: No

 ** networkMigrationDefinitionID **   <a name="mgn-Type-NetworkMigrationAnalysisJobDetails-networkMigrationDefinitionID"></a>
The unique identifier of the network migration definition.  
Type: String  
Length Constraints: Fixed length of 21.  
Pattern: `nmd-[0-9a-zA-Z]{17}`   
Required: No

 ** networkMigrationExecutionID **   <a name="mgn-Type-NetworkMigrationAnalysisJobDetails-networkMigrationExecutionID"></a>
The unique identifier of the network migration execution.  
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}`   
Required: No

 ** status **   <a name="mgn-Type-NetworkMigrationAnalysisJobDetails-status"></a>
The current status of the analysis job.  
Type: String  
Valid Values: `PENDING | STARTED | SUCCEEDED | FAILED`   
Required: No

 ** statusDetails **   <a name="mgn-Type-NetworkMigrationAnalysisJobDetails-statusDetails"></a>
Detailed status information about the job.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 65536.  
Required: No

## See Also
<a name="API_NetworkMigrationAnalysisJobDetails_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/mgn-2020-02-26/NetworkMigrationAnalysisJobDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/mgn-2020-02-26/NetworkMigrationAnalysisJobDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/mgn-2020-02-26/NetworkMigrationAnalysisJobDetails) 