Class: Aws::SupplyChain::Types::CreateBillOfMaterialsImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::CreateBillOfMaterialsImportJobResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The response parameters of CreateBillOfMaterialsImportJob.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The new BillOfMaterialsImportJob identifier.
Instance Attribute Details
#job_id ⇒ String
The new BillOfMaterialsImportJob identifier.
118 119 120 121 122 |
# File 'lib/aws-sdk-supplychain/types.rb', line 118 class CreateBillOfMaterialsImportJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |