Class: Aws::SupplyChain::Types::GetBillOfMaterialsImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::GetBillOfMaterialsImportJobResponse
- 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
-
#job ⇒ Types::BillOfMaterialsImportJob
The BillOfMaterialsImportJob.
Instance Attribute Details
#job ⇒ Types::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 |