Class: Aws::Omics::Types::AnnotationImportItemSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

A source for an annotation import job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceString

The source file's location in Amazon S3.

Returns:

  • (String)


181
182
183
184
185
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 181

class AnnotationImportItemSource < Struct.new(
  :source)
  SENSITIVE = []
  include Aws::Structure
end