Class: Aws::Mgn::Types::StartNetworkMigrationDeployerJobResponse

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 deployer job that was started.

Returns:

  • (String)


6088
6089
6090
6091
6092
# File 'lib/aws-sdk-mgn/types.rb', line 6088

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