Class: Aws::Types::StartReadSetImportJobSourceItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:



2195
2196
2197
# File 'sig/types.rbs', line 2195

def description
  @description
end

#generated_from::String

Returns the value of attribute generated_from.

Returns:



2192
2193
2194
# File 'sig/types.rbs', line 2192

def generated_from
  @generated_from
end

#name::String

Returns the value of attribute name.

Returns:



2194
2195
2196
# File 'sig/types.rbs', line 2194

def name
  @name
end

#reference_arn::String

Returns the value of attribute reference_arn.

Returns:



2193
2194
2195
# File 'sig/types.rbs', line 2193

def reference_arn
  @reference_arn
end

#sample_id::String

Returns the value of attribute sample_id.

Returns:



2191
2192
2193
# File 'sig/types.rbs', line 2191

def sample_id
  @sample_id
end

#source_file_type"FASTQ", ...

Returns the value of attribute source_file_type.

Returns:



2189
2190
2191
# File 'sig/types.rbs', line 2189

def source_file_type
  @source_file_type
end

#source_filesTypes::SourceFiles

Returns the value of attribute source_files.

Returns:



2188
2189
2190
# File 'sig/types.rbs', line 2188

def source_files
  @source_files
end

#subject_id::String

Returns the value of attribute subject_id.

Returns:



2190
2191
2192
# File 'sig/types.rbs', line 2190

def subject_id
  @subject_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



2196
2197
2198
# File 'sig/types.rbs', line 2196

def tags
  @tags
end