Class: Aws::Omics::Types::VariantImportItemDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::VariantImportItemDetail
- Defined in:
- gems/aws-sdk-omics/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.
8274 8275 8276 8277 8278 8279 8280 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8274 class VariantImportItemDetail < Struct.new( :source, :job_status, :status_message) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The source file's location in Amazon S3.
8274 8275 8276 8277 8278 8279 8280 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8274 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
8274 8275 8276 8277 8278 8279 8280 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8274 class VariantImportItemDetail < Struct.new( :source, :job_status, :status_message) SENSITIVE = [] include Aws::Structure end |