Class: Aws::Types::ReadSetUploadPartListItem
- Inherits:
-
Object
- Object
- Aws::Types::ReadSetUploadPartListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
-
#part_size ⇒ ::Integer
Returns the value of attribute part_size.
-
#part_source ⇒ "SOURCE1", "SOURCE2"
Returns the value of attribute part_source.
Instance Attribute Details
#checksum ⇒ ::String
Returns the value of attribute checksum.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def checksum @checksum end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def creation_time @creation_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def last_updated_time @last_updated_time end |
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def part_number @part_number end |
#part_size ⇒ ::Integer
Returns the value of attribute part_size.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def part_size @part_size end |
#part_source ⇒ "SOURCE1", "SOURCE2"
Returns the value of attribute part_source.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def part_source @part_source end |