Class: Aws::Omics::Types::AnnotationImportItemSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::AnnotationImportItemSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
A source for an annotation import job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ String
The source file’s location in Amazon S3.
Instance Attribute Details
#source ⇒ String
The source file’s location in Amazon S3.
181 182 183 184 185 |
# File 'lib/aws-sdk-omics/types.rb', line 181 class AnnotationImportItemSource < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |