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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



819
820
821
822
823
# File 'lib/aws-sdk-supplychain/types.rb', line 819

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