Class: Aws::Types::CompletedUpload
- Inherits:
-
Object
- Object
- Aws::Types::CompletedUpload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#e_tag ⇒ ::String
Returns the value of attribute e_tag.
-
#part_index ⇒ ::Integer
Returns the value of attribute part_index.
Instance Attribute Details
#e_tag ⇒ ::String
Returns the value of attribute e_tag.
139 140 141 |
# File 'sig/types.rbs', line 139 def e_tag @e_tag end |
#part_index ⇒ ::Integer
Returns the value of attribute part_index.
138 139 140 |
# File 'sig/types.rbs', line 138 def part_index @part_index end |