Class: Aws::Types::CompleteReadSetUploadPartListItem
- Inherits:
-
Object
- Object
- Aws::Types::CompleteReadSetUploadPartListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
-
#part_source ⇒ "SOURCE1", "SOURCE2"
Returns the value of attribute part_source.
Instance Attribute Details
#checksum ⇒ ::String
Returns the value of attribute checksum.
193 194 195 |
# File 'sig/types.rbs', line 193 def checksum @checksum end |
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
191 192 193 |
# File 'sig/types.rbs', line 191 def part_number @part_number end |
#part_source ⇒ "SOURCE1", "SOURCE2"
Returns the value of attribute part_source.
192 193 194 |
# File 'sig/types.rbs', line 192 def part_source @part_source end |