Class: Aws::SupplyChain::Types::GetBillOfMaterialsImportJobRequest

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_idString

The AWS Supply Chain instance identifier.

Returns:

  • (String)


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_idString

The BillOfMaterialsImportJob identifier.

Returns:

  • (String)


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