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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/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 import file enrichment job that was started.

Returns:

  • (String)


6067
6068
6069
6070
6071
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 6067

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