Class: Aws::SupplyChain::Types::GetBillOfMaterialsImportJobResponse

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

Overview

The response parameters for GetBillOfMaterialsImportJob.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobTypes::BillOfMaterialsImportJob

The BillOfMaterialsImportJob.



143
144
145
146
147
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 143

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