Class: Aws::SupplyChain::Types::BillOfMaterialsImportJob

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb

Overview

The BillOfMaterialsImportJob details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The BillOfMaterialsImportJob instanceId.

Returns:

  • (String)


51
52
53
54
55
56
57
58
59
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 51

class BillOfMaterialsImportJob < Struct.new(
  :instance_id,
  :job_id,
  :status,
  :s3uri,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The BillOfMaterialsImportJob jobId.

Returns:

  • (String)


51
52
53
54
55
56
57
58
59
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 51

class BillOfMaterialsImportJob < Struct.new(
  :instance_id,
  :job_id,
  :status,
  :s3uri,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.

Returns:

  • (String)


51
52
53
54
55
56
57
58
59
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 51

class BillOfMaterialsImportJob < Struct.new(
  :instance_id,
  :job_id,
  :status,
  :s3uri,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#s3uriString

The S3 URI from which the CSV is read.

Returns:

  • (String)


51
52
53
54
55
56
57
58
59
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 51

class BillOfMaterialsImportJob < Struct.new(
  :instance_id,
  :job_id,
  :status,
  :s3uri,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The BillOfMaterialsImportJob ConfigurationJobStatus.

Returns:

  • (String)


51
52
53
54
55
56
57
58
59
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 51

class BillOfMaterialsImportJob < Struct.new(
  :instance_id,
  :job_id,
  :status,
  :s3uri,
  :message)
  SENSITIVE = []
  include Aws::Structure
end