Class: Aws::Types::PutObjectAclRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutObjectAclRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_control_policy ⇒ Types::AccessControlPolicy
Returns the value of attribute access_control_policy.
-
#acl ⇒ "private", ...
Returns the value of attribute acl.
-
#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.
-
#grant_full_control ⇒ ::String
Returns the value of attribute grant_full_control.
-
#grant_read ⇒ ::String
Returns the value of attribute grant_read.
-
#grant_read_acp ⇒ ::String
Returns the value of attribute grant_read_acp.
-
#grant_write ⇒ ::String
Returns the value of attribute grant_write.
-
#grant_write_acp ⇒ ::String
Returns the value of attribute grant_write_acp.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#access_control_policy ⇒ Types::AccessControlPolicy
Returns the value of attribute access_control_policy.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def access_control_policy @access_control_policy end |
#acl ⇒ "private", ...
Returns the value of attribute acl.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def acl @acl end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2418 2419 2420 |
# File 'sig/types.rbs', line 2418 def checksum_algorithm @checksum_algorithm end |
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
2417 2418 2419 |
# File 'sig/types.rbs', line 2417 def content_md5 @content_md5 end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def expected_bucket_owner @expected_bucket_owner end |
#grant_full_control ⇒ ::String
Returns the value of attribute grant_full_control.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def grant_full_control @grant_full_control end |
#grant_read ⇒ ::String
Returns the value of attribute grant_read.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def grant_read @grant_read end |
#grant_read_acp ⇒ ::String
Returns the value of attribute grant_read_acp.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def grant_read_acp @grant_read_acp end |
#grant_write ⇒ ::String
Returns the value of attribute grant_write.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def grant_write @grant_write end |
#grant_write_acp ⇒ ::String
Returns the value of attribute grant_write_acp.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def grant_write_acp @grant_write_acp end |
#key ⇒ ::String
Returns the value of attribute key.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def key @key end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def version_id @version_id end |