Class: Aws::Types::ImportReadSetSourceItem
- Inherits:
-
Object
- Object
- Aws::Types::ImportReadSetSourceItem
- 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.
-
#read_set_id ⇒ ::String
Returns the value of attribute read_set_id.
-
#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.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#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.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def description @description end |
#generated_from ⇒ ::String
Returns the value of attribute generated_from.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def generated_from @generated_from end |
#name ⇒ ::String
Returns the value of attribute name.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def name @name end |
#read_set_id ⇒ ::String
Returns the value of attribute read_set_id.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def read_set_id @read_set_id end |
#reference_arn ⇒ ::String
Returns the value of attribute reference_arn.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def reference_arn @reference_arn end |
#sample_id ⇒ ::String
Returns the value of attribute sample_id.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def sample_id @sample_id end |
#source_file_type ⇒ "FASTQ", ...
Returns the value of attribute source_file_type.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def source_file_type @source_file_type end |
#source_files ⇒ Types::SourceFiles
Returns the value of attribute source_files.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def source_files @source_files end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def @status_message end |
#subject_id ⇒ ::String
Returns the value of attribute subject_id.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def subject_id @subject_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def @tags end |