Class: Aws::Types::CopyObjectResult

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)


378
379
380
# File 'sig/types.rbs', line 378

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def checksum_sha512
  @checksum_sha512
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


377
378
379
# File 'sig/types.rbs', line 377

def checksum_type
  @checksum_type
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def checksum_xxhash64
  @checksum_xxhash64
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def etag
  @etag
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


376
377
378
# File 'sig/types.rbs', line 376

def last_modified
  @last_modified
end