Class: Aws::Types::CreateMultipartReadSetUploadRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMultipartReadSetUploadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
-
#source_file_type ⇒ "FASTQ", ...
Returns the value of attribute source_file_type.
-
#subject_id ⇒ ::String
Returns the value of attribute subject_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
291 292 293 |
# File 'sig/types.rbs', line 291 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
298 299 300 |
# File 'sig/types.rbs', line 298 def description @description end |
#generated_from ⇒ ::String
Returns the value of attribute generated_from.
295 296 297 |
# File 'sig/types.rbs', line 295 def generated_from @generated_from end |
#name ⇒ ::String
Returns the value of attribute name.
297 298 299 |
# File 'sig/types.rbs', line 297 def name @name end |
#reference_arn ⇒ ::String
Returns the value of attribute reference_arn.
296 297 298 |
# File 'sig/types.rbs', line 296 def reference_arn @reference_arn end |
#sample_id ⇒ ::String
Returns the value of attribute sample_id.
294 295 296 |
# File 'sig/types.rbs', line 294 def sample_id @sample_id end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
290 291 292 |
# File 'sig/types.rbs', line 290 def sequence_store_id @sequence_store_id end |
#source_file_type ⇒ "FASTQ", ...
Returns the value of attribute source_file_type.
292 293 294 |
# File 'sig/types.rbs', line 292 def source_file_type @source_file_type end |
#subject_id ⇒ ::String
Returns the value of attribute subject_id.
293 294 295 |
# File 'sig/types.rbs', line 293 def subject_id @subject_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
299 300 301 |
# File 'sig/types.rbs', line 299 def @tags end |