Class: Aws::Omics::Types::StartReferenceImportJobSourceItem

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

Overview

A source for a reference import job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The source’s description.

Returns:

  • (String)


5863
5864
5865
5866
5867
5868
5869
5870
# File 'lib/aws-sdk-omics/types.rb', line 5863

class StartReferenceImportJobSourceItem < Struct.new(
  :source_file,
  :name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The source’s name.

Returns:

  • (String)


5863
5864
5865
5866
5867
5868
5869
5870
# File 'lib/aws-sdk-omics/types.rb', line 5863

class StartReferenceImportJobSourceItem < Struct.new(
  :source_file,
  :name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#source_fileString

The source file’s location in Amazon S3.

Returns:

  • (String)


5863
5864
5865
5866
5867
5868
5869
5870
# File 'lib/aws-sdk-omics/types.rb', line 5863

class StartReferenceImportJobSourceItem < Struct.new(
  :source_file,
  :name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The source’s tags.

Returns:

  • (Hash<String,String>)


5863
5864
5865
5866
5867
5868
5869
5870
# File 'lib/aws-sdk-omics/types.rb', line 5863

class StartReferenceImportJobSourceItem < Struct.new(
  :source_file,
  :name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end