Class: Aws::Mgn::Types::StartImportFileEnrichmentResponse

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_id ⇒ String

The unique identifier of the import file enrichment job that was started.

Returns:

  • (String)


6210
6211
6212
6213
6214
# File 'lib/aws-sdk-mgn/types.rb', line 6210

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