Class: Aws::Omics::Types::ReferenceFiles

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

Overview

A set of genome reference files.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indexTypes::FileInformation

The files’ index.



4914
4915
4916
4917
4918
4919
# File 'lib/aws-sdk-omics/types.rb', line 4914

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

#sourceTypes::FileInformation

The source file’s location in Amazon S3.



4914
4915
4916
4917
4918
4919
# File 'lib/aws-sdk-omics/types.rb', line 4914

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