Class: Aws::Types::PutObjectOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:ssekms_key_id, :ssekms_encryption_context])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_key_enabledBoolean

Returns the value of attribute bucket_key_enabled.

Returns:

  • (Boolean)


2550
2551
2552
# File 'sig/types.rbs', line 2550

def bucket_key_enabled
  @bucket_key_enabled
end

#checksum_crc32::String

Returns the value of attribute checksum_crc32.

Returns:

  • (::String)


2533
2534
2535
# File 'sig/types.rbs', line 2533

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


2534
2535
2536
# File 'sig/types.rbs', line 2534

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


2539
2540
2541
# File 'sig/types.rbs', line 2539

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


2536
2537
2538
# File 'sig/types.rbs', line 2536

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


2537
2538
2539
# File 'sig/types.rbs', line 2537

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


2538
2539
2540
# File 'sig/types.rbs', line 2538

def checksum_sha512
  @checksum_sha512
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


2543
2544
2545
# File 'sig/types.rbs', line 2543

def checksum_type
  @checksum_type
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


2542
2543
2544
# File 'sig/types.rbs', line 2542

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


2541
2542
2543
# File 'sig/types.rbs', line 2541

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


2540
2541
2542
# File 'sig/types.rbs', line 2540

def checksum_xxhash64
  @checksum_xxhash64
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


2532
2533
2534
# File 'sig/types.rbs', line 2532

def etag
  @etag
end

#expiration::String

Returns the value of attribute expiration.

Returns:

  • (::String)


2531
2532
2533
# File 'sig/types.rbs', line 2531

def expiration
  @expiration
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


2552
2553
2554
# File 'sig/types.rbs', line 2552

def request_charged
  @request_charged
end

#server_side_encryption"AES256", ...

Returns the value of attribute server_side_encryption.

Returns:

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


2544
2545
2546
# File 'sig/types.rbs', line 2544

def server_side_encryption
  @server_side_encryption
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


2551
2552
2553
# File 'sig/types.rbs', line 2551

def size
  @size
end

#sse_customer_algorithm::String

Returns the value of attribute sse_customer_algorithm.

Returns:

  • (::String)


2546
2547
2548
# File 'sig/types.rbs', line 2546

def sse_customer_algorithm
  @sse_customer_algorithm
end

#sse_customer_key_md5::String

Returns the value of attribute sse_customer_key_md5.

Returns:

  • (::String)


2547
2548
2549
# File 'sig/types.rbs', line 2547

def sse_customer_key_md5
  @sse_customer_key_md5
end

#ssekms_encryption_context::String

Returns the value of attribute ssekms_encryption_context.

Returns:

  • (::String)


2549
2550
2551
# File 'sig/types.rbs', line 2549

def ssekms_encryption_context
  @ssekms_encryption_context
end

#ssekms_key_id::String

Returns the value of attribute ssekms_key_id.

Returns:

  • (::String)


2548
2549
2550
# File 'sig/types.rbs', line 2548

def ssekms_key_id
  @ssekms_key_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2545
2546
2547
# File 'sig/types.rbs', line 2545

def version_id
  @version_id
end