Class: Aws::Mgn::Types::StartNetworkMigrationAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::StartNetworkMigrationAnalysisResponse
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The unique identifier of the analysis job that was started.
Instance Attribute Details
#job_id ⇒ String
The unique identifier of the analysis job that was started.
6137 6138 6139 6140 6141 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 6137 class StartNetworkMigrationAnalysisResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |