Class: Aws::Types::ObjectPart

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)


2104
2105
2106
# File 'sig/types.rbs', line 2104

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


2105
2106
2107
# File 'sig/types.rbs', line 2105

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


2106
2107
2108
# File 'sig/types.rbs', line 2106

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


2110
2111
2112
# File 'sig/types.rbs', line 2110

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


2107
2108
2109
# File 'sig/types.rbs', line 2107

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


2109
2110
2111
# File 'sig/types.rbs', line 2109

def checksum_sha512
  @checksum_sha512
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


2113
2114
2115
# File 'sig/types.rbs', line 2113

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


2112
2113
2114
# File 'sig/types.rbs', line 2112

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


2111
2112
2113
# File 'sig/types.rbs', line 2111

def checksum_xxhash64
  @checksum_xxhash64
end

#part_number::Integer

Returns the value of attribute part_number.

Returns:

  • (::Integer)


2102
2103
2104
# File 'sig/types.rbs', line 2102

def part_number
  @part_number
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


2103
2104
2105
# File 'sig/types.rbs', line 2103

def size
  @size
end