Class: Aws::Types::PutObjectAnnotationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_name::String

Returns the value of attribute annotation_name.

Returns:

  • (::String)


2456
2457
2458
# File 'sig/types.rbs', line 2456

def annotation_name
  @annotation_name
end

#annotation_payload::IO

Returns the value of attribute annotation_payload.

Returns:

  • (::IO)


2457
2458
2459
# File 'sig/types.rbs', line 2457

def annotation_payload
  @annotation_payload
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


2453
2454
2455
# File 'sig/types.rbs', line 2453

def bucket
  @bucket
end

#checksum_algorithm"CRC32", ...

Returns the value of attribute checksum_algorithm.

Returns:

  • ("CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME", "SHA512", "MD5", "XXHASH64", "XXHASH3", "XXHASH128")


2459
2460
2461
# File 'sig/types.rbs', line 2459

def checksum_algorithm
  @checksum_algorithm
end

#checksum_crc32::String

Returns the value of attribute checksum_crc32.

Returns:

  • (::String)


2460
2461
2462
# File 'sig/types.rbs', line 2460

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


2461
2462
2463
# File 'sig/types.rbs', line 2461

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


2462
2463
2464
# File 'sig/types.rbs', line 2462

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


2466
2467
2468
# File 'sig/types.rbs', line 2466

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


2463
2464
2465
# File 'sig/types.rbs', line 2463

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


2464
2465
2466
# File 'sig/types.rbs', line 2464

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


2465
2466
2467
# File 'sig/types.rbs', line 2465

def checksum_sha512
  @checksum_sha512
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


2469
2470
2471
# File 'sig/types.rbs', line 2469

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


2468
2469
2470
# File 'sig/types.rbs', line 2468

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


2467
2468
2469
# File 'sig/types.rbs', line 2467

def checksum_xxhash64
  @checksum_xxhash64
end

#content_md5::String

Returns the value of attribute content_md5.

Returns:

  • (::String)


2470
2471
2472
# File 'sig/types.rbs', line 2470

def content_md5
  @content_md5
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


2472
2473
2474
# File 'sig/types.rbs', line 2472

def expected_bucket_owner
  @expected_bucket_owner
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2454
2455
2456
# File 'sig/types.rbs', line 2454

def key
  @key
end

#object_if_match::String

Returns the value of attribute object_if_match.

Returns:

  • (::String)


2458
2459
2460
# File 'sig/types.rbs', line 2458

def object_if_match
  @object_if_match
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


2471
2472
2473
# File 'sig/types.rbs', line 2471

def request_payer
  @request_payer
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2455
2456
2457
# File 'sig/types.rbs', line 2455

def version_id
  @version_id
end