Class: Aws::Omics::Types::AnnotationImportItemDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::AnnotationImportItemDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Details about an imported annotation 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.
Instance Attribute Details
#job_status ⇒ String
The item’s job status.
166 167 168 169 170 171 |
# File 'lib/aws-sdk-omics/types.rb', line 166 class AnnotationImportItemDetail < Struct.new( :source, :job_status) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The source file’s location in Amazon S3.
166 167 168 169 170 171 |
# File 'lib/aws-sdk-omics/types.rb', line 166 class AnnotationImportItemDetail < Struct.new( :source, :job_status) SENSITIVE = [] include Aws::Structure end |