Class: Aws::Types::CopyPartResult

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)


394
395
396
# File 'sig/types.rbs', line 394

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def checksum_sha512
  @checksum_sha512
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def checksum_xxhash64
  @checksum_xxhash64
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def etag
  @etag
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


393
394
395
# File 'sig/types.rbs', line 393

def last_modified
  @last_modified
end