Class: Aws::Types::PutObjectAnnotationOutput

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:



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

def annotation_name
  @annotation_name
end

#checksum_crc32::String

Returns the value of attribute checksum_crc32.

Returns:



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

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:



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

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:



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

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:



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

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:



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

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:



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

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:



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

def checksum_sha512
  @checksum_sha512
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:



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

def checksum_type
  @checksum_type
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:



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

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:



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

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:



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

def checksum_xxhash64
  @checksum_xxhash64
end

#etag::String

Returns the value of attribute etag.

Returns:



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

def etag
  @etag
end

#key::String

Returns the value of attribute key.

Returns:



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

def key
  @key
end

#object_version_id::String

Returns the value of attribute object_version_id.

Returns:



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

def object_version_id
  @object_version_id
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:



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

def request_charged
  @request_charged
end

#server_side_encryption"AES256", ...

Returns the value of attribute server_side_encryption.

Returns:



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

def server_side_encryption
  @server_side_encryption
end