Class: Aws::SupplyChain::Types::BillOfMaterialsImportJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::BillOfMaterialsImportJob
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The BillOfMaterialsImportJob details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The BillOfMaterialsImportJob instanceId.
-
#job_id ⇒ String
The BillOfMaterialsImportJob jobId.
-
#message ⇒ String
When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.
-
#s3uri ⇒ String
The S3 URI from which the CSV is read.
-
#status ⇒ String
The BillOfMaterialsImportJob ConfigurationJobStatus.
Instance Attribute Details
#instance_id ⇒ String
The BillOfMaterialsImportJob instanceId.
51 52 53 54 55 56 57 58 59 |
# File '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_id ⇒ String
The BillOfMaterialsImportJob jobId.
51 52 53 54 55 56 57 58 59 |
# File 'lib/aws-sdk-supplychain/types.rb', line 51 class BillOfMaterialsImportJob < Struct.new( :instance_id, :job_id, :status, :s3uri, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.
51 52 53 54 55 56 57 58 59 |
# File 'lib/aws-sdk-supplychain/types.rb', line 51 class BillOfMaterialsImportJob < Struct.new( :instance_id, :job_id, :status, :s3uri, :message) SENSITIVE = [] include Aws::Structure end |
#s3uri ⇒ String
The S3 URI from which the CSV is read.
51 52 53 54 55 56 57 58 59 |
# File 'lib/aws-sdk-supplychain/types.rb', line 51 class BillOfMaterialsImportJob < Struct.new( :instance_id, :job_id, :status, :s3uri, :message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The BillOfMaterialsImportJob ConfigurationJobStatus.
51 52 53 54 55 56 57 58 59 |
# File 'lib/aws-sdk-supplychain/types.rb', line 51 class BillOfMaterialsImportJob < Struct.new( :instance_id, :job_id, :status, :s3uri, :message) SENSITIVE = [] include Aws::Structure end |