Class: Aws::Types::PutObjectLockConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutObjectLockConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
-
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#object_lock_configuration ⇒ Types::ObjectLockConfiguration
Returns the value of attribute object_lock_configuration.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
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.
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.
2526 2527 2528 |
# File 'sig/types.rbs', line 2526 def expected_bucket_owner @expected_bucket_owner end |
#object_lock_configuration ⇒ Types::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.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def request_payer @request_payer end |
#token ⇒ ::String
Returns the value of attribute token.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def token @token end |