Class: Aws::Omics::Types::VariantImportItemDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::VariantImportItemDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Details about an imported variant item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_status ⇒ String
The item’s job status.
-
#source ⇒ String
The source file’s location in Amazon S3.
-
#status_message ⇒ String
A message that provides additional context about a job.
Instance Attribute Details
#job_status ⇒ String
The item’s job status.
7266 7267 7268 7269 7270 7271 7272 |
# File 'lib/aws-sdk-omics/types.rb', line 7266 class VariantImportItemDetail < Struct.new( :source, :job_status, :status_message) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The source file’s location in Amazon S3.
7266 7267 7268 7269 7270 7271 7272 |
# File 'lib/aws-sdk-omics/types.rb', line 7266 class VariantImportItemDetail < Struct.new( :source, :job_status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A message that provides additional context about a job
7266 7267 7268 7269 7270 7271 7272 |
# File 'lib/aws-sdk-omics/types.rb', line 7266 class VariantImportItemDetail < Struct.new( :source, :job_status, :status_message) SENSITIVE = [] include Aws::Structure end |