Class: Aws::Types::CreateMultipartReadSetUploadResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateMultipartReadSetUploadResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
314 315 316 |
# File 'sig/types.rbs', line 314 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
312 313 314 |
# File 'sig/types.rbs', line 312 def description @description end |
#generated_from ⇒ ::String
Returns the value of attribute generated_from.
309 310 311 |
# File 'sig/types.rbs', line 309 def generated_from @generated_from end |
#name ⇒ ::String
Returns the value of attribute name.
311 312 313 |
# File 'sig/types.rbs', line 311 def name @name end |
#reference_arn ⇒ ::String
Returns the value of attribute reference_arn.
310 311 312 |
# File 'sig/types.rbs', line 310 def reference_arn @reference_arn end |
#sample_id ⇒ ::String
Returns the value of attribute sample_id.
308 309 310 |
# File 'sig/types.rbs', line 308 def sample_id @sample_id end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
304 305 306 |
# File 'sig/types.rbs', line 304 def sequence_store_id @sequence_store_id end |
#source_file_type ⇒ "FASTQ", ...
Returns the value of attribute source_file_type.
306 307 308 |
# File 'sig/types.rbs', line 306 def source_file_type @source_file_type end |
#subject_id ⇒ ::String
Returns the value of attribute subject_id.
307 308 309 |
# File 'sig/types.rbs', line 307 def subject_id @subject_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
313 314 315 |
# File 'sig/types.rbs', line 313 def end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
305 306 307 |
# File 'sig/types.rbs', line 305 def upload_id @upload_id end |