Class: Aws::Types::Part

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checksum_crc32::String

Returns the value of attribute checksum_crc32.

Returns:

  • (::String)


2188
2189
2190
# File 'sig/types.rbs', line 2188

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


2189
2190
2191
# File 'sig/types.rbs', line 2189

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


2190
2191
2192
# File 'sig/types.rbs', line 2190

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


2191
2192
2193
# File 'sig/types.rbs', line 2191

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


2192
2193
2194
# File 'sig/types.rbs', line 2192

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def checksum_sha512
  @checksum_sha512
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


2197
2198
2199
# File 'sig/types.rbs', line 2197

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


2195
2196
2197
# File 'sig/types.rbs', line 2195

def checksum_xxhash64
  @checksum_xxhash64
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


2186
2187
2188
# File 'sig/types.rbs', line 2186

def etag
  @etag
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


2185
2186
2187
# File 'sig/types.rbs', line 2185

def last_modified
  @last_modified
end

#part_number::Integer

Returns the value of attribute part_number.

Returns:

  • (::Integer)


2184
2185
2186
# File 'sig/types.rbs', line 2184

def part_number
  @part_number
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


2187
2188
2189
# File 'sig/types.rbs', line 2187

def size
  @size
end