Class: Aws::Mgn::Types::StartNetworkMigrationAnalysisResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The unique identifier of the analysis job that was started.

Returns:

  • (String)


6041
6042
6043
6044
6045
# File 'lib/aws-sdk-mgn/types.rb', line 6041

class StartNetworkMigrationAnalysisResponse < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end