Class: Aws::Types::CompletedPart

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)


286
287
288
# File 'sig/types.rbs', line 286

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def checksum_sha512
  @checksum_sha512
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def checksum_xxhash64
  @checksum_xxhash64
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def etag
  @etag
end

#part_number::Integer

Returns the value of attribute part_number.

Returns:

  • (::Integer)


296
297
298
# File 'sig/types.rbs', line 296

def part_number
  @part_number
end