Class: Aws::Types::UploadReadSetPartRequest
- Inherits:
-
Object
- Object
- Aws::Types::UploadReadSetPartRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
-
#part_source ⇒ "SOURCE1", "SOURCE2"
Returns the value of attribute part_source.
-
#payload ⇒ ::IO
Returns the value of attribute payload.
-
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
2503 2504 2505 |
# File 'sig/types.rbs', line 2503 def part_number @part_number end |
#part_source ⇒ "SOURCE1", "SOURCE2"
Returns the value of attribute part_source.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def part_source @part_source end |
#payload ⇒ ::IO
Returns the value of attribute payload.
2504 2505 2506 |
# File 'sig/types.rbs', line 2504 def payload @payload end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def sequence_store_id @sequence_store_id end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def upload_id @upload_id end |