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:

  • (::String)


2433
2434
2435
# File 'sig/types.rbs', line 2433

def annotation_name
  @annotation_name
end

#checksum_crc32::String

Returns the value of attribute checksum_crc32.

Returns:

  • (::String)


2436
2437
2438
# File 'sig/types.rbs', line 2436

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


2437
2438
2439
# File 'sig/types.rbs', line 2437

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


2438
2439
2440
# File 'sig/types.rbs', line 2438

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


2442
2443
2444
# File 'sig/types.rbs', line 2442

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


2439
2440
2441
# File 'sig/types.rbs', line 2439

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


2440
2441
2442
# File 'sig/types.rbs', line 2440

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


2441
2442
2443
# File 'sig/types.rbs', line 2441

def checksum_sha512
  @checksum_sha512
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


2446
2447
2448
# File 'sig/types.rbs', line 2446

def checksum_type
  @checksum_type
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


2445
2446
2447
# File 'sig/types.rbs', line 2445

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


2444
2445
2446
# File 'sig/types.rbs', line 2444

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


2443
2444
2445
# File 'sig/types.rbs', line 2443

def checksum_xxhash64
  @checksum_xxhash64
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


2435
2436
2437
# File 'sig/types.rbs', line 2435

def etag
  @etag
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2432
2433
2434
# File 'sig/types.rbs', line 2432

def key
  @key
end

#object_version_id::String

Returns the value of attribute object_version_id.

Returns:

  • (::String)


2434
2435
2436
# File 'sig/types.rbs', line 2434

def object_version_id
  @object_version_id
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


2448
2449
2450
# File 'sig/types.rbs', line 2448

def request_charged
  @request_charged
end

#server_side_encryption"AES256", ...

Returns the value of attribute server_side_encryption.

Returns:

  • ("AES256", "aws:fsx", "aws:kms", "aws:kms:dsse")


2447
2448
2449
# File 'sig/types.rbs', line 2447

def server_side_encryption
  @server_side_encryption
end