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)


2529
2530
2531
# File 'sig/types.rbs', line 2529

def bucket_key_enabled
  @bucket_key_enabled
end

#checksum_crc32::String

Returns the value of attribute checksum_crc32.

Returns:

  • (::String)


2512
2513
2514
# File 'sig/types.rbs', line 2512

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


2513
2514
2515
# File 'sig/types.rbs', line 2513

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


2514
2515
2516
# File 'sig/types.rbs', line 2514

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


2518
2519
2520
# File 'sig/types.rbs', line 2518

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


2515
2516
2517
# File 'sig/types.rbs', line 2515

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


2516
2517
2518
# File 'sig/types.rbs', line 2516

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


2517
2518
2519
# File 'sig/types.rbs', line 2517

def checksum_sha512
  @checksum_sha512
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


2522
2523
2524
# File 'sig/types.rbs', line 2522

def checksum_type
  @checksum_type
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


2521
2522
2523
# File 'sig/types.rbs', line 2521

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


2520
2521
2522
# File 'sig/types.rbs', line 2520

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


2519
2520
2521
# File 'sig/types.rbs', line 2519

def checksum_xxhash64
  @checksum_xxhash64
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


2511
2512
2513
# File 'sig/types.rbs', line 2511

def etag
  @etag
end

#expiration::String

Returns the value of attribute expiration.

Returns:

  • (::String)


2510
2511
2512
# File 'sig/types.rbs', line 2510

def expiration
  @expiration
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


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

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


2523
2524
2525
# File 'sig/types.rbs', line 2523

def server_side_encryption
  @server_side_encryption
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


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

def size
  @size
end

#sse_customer_algorithm::String

Returns the value of attribute sse_customer_algorithm.

Returns:

  • (::String)


2525
2526
2527
# File 'sig/types.rbs', line 2525

def sse_customer_algorithm
  @sse_customer_algorithm
end

#sse_customer_key_md5::String

Returns the value of attribute sse_customer_key_md5.

Returns:

  • (::String)


2526
2527
2528
# File 'sig/types.rbs', line 2526

def sse_customer_key_md5
  @sse_customer_key_md5
end

#ssekms_encryption_context::String

Returns the value of attribute ssekms_encryption_context.

Returns:

  • (::String)


2528
2529
2530
# File 'sig/types.rbs', line 2528

def ssekms_encryption_context
  @ssekms_encryption_context
end

#ssekms_key_id::String

Returns the value of attribute ssekms_key_id.

Returns:

  • (::String)


2527
2528
2529
# File 'sig/types.rbs', line 2527

def ssekms_key_id
  @ssekms_key_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2524
2525
2526
# File 'sig/types.rbs', line 2524

def version_id
  @version_id
end