Class: Aws::Omics::Types::SourceFiles
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::SourceFiles
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Source files for a sequence.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source1 ⇒ String
The location of the first file in Amazon S3.
-
#source2 ⇒ String
The location of the second file in Amazon S3.
Instance Attribute Details
#source1 ⇒ String
The location of the first file in Amazon S3.
5953 5954 5955 5956 5957 5958 |
# File 'lib/aws-sdk-omics/types.rb', line 5953 class SourceFiles < Struct.new( :source1, :source2) SENSITIVE = [] include Aws::Structure end |
#source2 ⇒ String
The location of the second file in Amazon S3.
5953 5954 5955 5956 5957 5958 |
# File 'lib/aws-sdk-omics/types.rb', line 5953 class SourceFiles < Struct.new( :source1, :source2) SENSITIVE = [] include Aws::Structure end |