Class: Aws::Types::StartReadSetImportJobSourceItem
- Inherits:
-
Object
- Object
- Aws::Types::StartReadSetImportJobSourceItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#generated_from ⇒ ::String
Returns the value of attribute generated_from.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reference_arn ⇒ ::String
Returns the value of attribute reference_arn.
-
#sample_id ⇒ ::String
Returns the value of attribute sample_id.
-
#source_file_type ⇒ "FASTQ", ...
Returns the value of attribute source_file_type.
-
#source_files ⇒ Types::SourceFiles
Returns the value of attribute source_files.
-
#subject_id ⇒ ::String
Returns the value of attribute subject_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def description @description end |
#generated_from ⇒ ::String
Returns the value of attribute generated_from.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def generated_from @generated_from end |
#name ⇒ ::String
Returns the value of attribute name.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def name @name end |
#reference_arn ⇒ ::String
Returns the value of attribute reference_arn.
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.
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.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def source_file_type @source_file_type end |
#source_files ⇒ Types::SourceFiles
Returns the value of attribute source_files.
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.
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.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def end |