Class: Aws::Omics::Types::SourceFiles

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

Overview

Source files for a sequence.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source1String

The location of the first file in Amazon S3.

Returns:

  • (String)


5460
5461
5462
5463
5464
5465
# File 'lib/aws-sdk-omics/types.rb', line 5460

class SourceFiles < Struct.new(
  :source1,
  :source2)
  SENSITIVE = []
  include Aws::Structure
end

#source2String

The location of the second file in Amazon S3.

Returns:

  • (String)


5460
5461
5462
5463
5464
5465
# File 'lib/aws-sdk-omics/types.rb', line 5460

class SourceFiles < Struct.new(
  :source1,
  :source2)
  SENSITIVE = []
  include Aws::Structure
end