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)


2477
2478
2479
# File 'sig/types.rbs', line 2477

def annotation_name
  @annotation_name
end

#annotation_payload::IO

Returns the value of attribute annotation_payload.

Returns:

  • (::IO)


2478
2479
2480
# File 'sig/types.rbs', line 2478

def annotation_payload
  @annotation_payload
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


2474
2475
2476
# File 'sig/types.rbs', line 2474

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")


2480
2481
2482
# File 'sig/types.rbs', line 2480

def checksum_algorithm
  @checksum_algorithm
end

#checksum_crc32::String

Returns the value of attribute checksum_crc32.

Returns:

  • (::String)


2481
2482
2483
# File 'sig/types.rbs', line 2481

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


2482
2483
2484
# File 'sig/types.rbs', line 2482

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


2483
2484
2485
# File 'sig/types.rbs', line 2483

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


2487
2488
2489
# File 'sig/types.rbs', line 2487

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


2484
2485
2486
# File 'sig/types.rbs', line 2484

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


2485
2486
2487
# File 'sig/types.rbs', line 2485

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


2486
2487
2488
# File 'sig/types.rbs', line 2486

def checksum_sha512
  @checksum_sha512
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


2490
2491
2492
# File 'sig/types.rbs', line 2490

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


2489
2490
2491
# File 'sig/types.rbs', line 2489

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


2488
2489
2490
# File 'sig/types.rbs', line 2488

def checksum_xxhash64
  @checksum_xxhash64
end

#content_md5::String

Returns the value of attribute content_md5.

Returns:

  • (::String)


2491
2492
2493
# File 'sig/types.rbs', line 2491

def content_md5
  @content_md5
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


2493
2494
2495
# File 'sig/types.rbs', line 2493

def expected_bucket_owner
  @expected_bucket_owner
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2475
2476
2477
# File 'sig/types.rbs', line 2475

def key
  @key
end

#object_if_match::String

Returns the value of attribute object_if_match.

Returns:

  • (::String)


2479
2480
2481
# File 'sig/types.rbs', line 2479

def object_if_match
  @object_if_match
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


2492
2493
2494
# File 'sig/types.rbs', line 2492

def request_payer
  @request_payer
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2476
2477
2478
# File 'sig/types.rbs', line 2476

def version_id
  @version_id
end