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)


2167
2168
2169
# File 'sig/types.rbs', line 2167

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


2168
2169
2170
# File 'sig/types.rbs', line 2168

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


2169
2170
2171
# File 'sig/types.rbs', line 2169

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


2173
2174
2175
# File 'sig/types.rbs', line 2173

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


2170
2171
2172
# File 'sig/types.rbs', line 2170

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


2171
2172
2173
# File 'sig/types.rbs', line 2171

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def checksum_sha512
  @checksum_sha512
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


2176
2177
2178
# File 'sig/types.rbs', line 2176

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


2175
2176
2177
# File 'sig/types.rbs', line 2175

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


2174
2175
2176
# File 'sig/types.rbs', line 2174

def checksum_xxhash64
  @checksum_xxhash64
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


2165
2166
2167
# File 'sig/types.rbs', line 2165

def etag
  @etag
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


2164
2165
2166
# File 'sig/types.rbs', line 2164

def last_modified
  @last_modified
end

#part_number::Integer

Returns the value of attribute part_number.

Returns:

  • (::Integer)


2163
2164
2165
# File 'sig/types.rbs', line 2163

def part_number
  @part_number
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


2166
2167
2168
# File 'sig/types.rbs', line 2166

def size
  @size
end