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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-supplychain/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)


128
129
130
131
132
133
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 128

class GetBillOfMaterialsImportJobRequest < Struct.new(
  :instance_id,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The BillOfMaterialsImportJob identifier.

Returns:

  • (String)


128
129
130
131
132
133
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 128

class GetBillOfMaterialsImportJobRequest < Struct.new(
  :instance_id,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end