Class: Aws::SupplyChain::Types::GetBillOfMaterialsImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::GetBillOfMaterialsImportJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The request parameters for GetBillOfMaterialsImportJob.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The AWS Supply Chain instance identifier.
-
#job_id ⇒ String
The BillOfMaterialsImportJob identifier.
Instance Attribute Details
#instance_id ⇒ String
The AWS Supply Chain instance identifier.
804 805 806 807 808 809 |
# File 'lib/aws-sdk-supplychain/types.rb', line 804 class GetBillOfMaterialsImportJobRequest < Struct.new( :instance_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The BillOfMaterialsImportJob identifier.
804 805 806 807 808 809 |
# File 'lib/aws-sdk-supplychain/types.rb', line 804 class GetBillOfMaterialsImportJobRequest < Struct.new( :instance_id, :job_id) SENSITIVE = [] include Aws::Structure end |