Class: Aws::Types::PutObjectLockConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


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

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


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

def checksum_algorithm
  @checksum_algorithm
end

#content_md5::String

Returns the value of attribute content_md5.

Returns:

  • (::String)


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

def content_md5
  @content_md5
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


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

def expected_bucket_owner
  @expected_bucket_owner
end

#object_lock_configurationTypes::ObjectLockConfiguration

Returns the value of attribute object_lock_configuration.



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

def object_lock_configuration
  @object_lock_configuration
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


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

def request_payer
  @request_payer
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


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

def token
  @token
end