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.
1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1421 class GetBillOfMaterialsImportJobResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |