Class: Aws::SupplyChain::Types::CreateBillOfMaterialsImportJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb

Overview

The response parameters of CreateBillOfMaterialsImportJob.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The new BillOfMaterialsImportJob identifier.

Returns:

  • (String)


110
111
112
113
114
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 110

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