Class: Aws::Types::PutBucketAclRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBucketAclRequest
- 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.
Instance Attribute Details
#access_control_policy ⇒ Types::AccessControlPolicy
Returns the value of attribute access_control_policy.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def access_control_policy @access_control_policy end |
#acl ⇒ "private", ...
Returns the value of attribute acl.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def acl @acl end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def checksum_algorithm @checksum_algorithm end |
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def content_md5 @content_md5 end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2260 2261 2262 |
# File 'sig/types.rbs', line 2260 def expected_bucket_owner @expected_bucket_owner end |
#grant_full_control ⇒ ::String
Returns the value of attribute grant_full_control.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def grant_full_control @grant_full_control end |
#grant_read ⇒ ::String
Returns the value of attribute grant_read.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def grant_read @grant_read end |
#grant_read_acp ⇒ ::String
Returns the value of attribute grant_read_acp.
2257 2258 2259 |
# File 'sig/types.rbs', line 2257 def grant_read_acp @grant_read_acp end |
#grant_write ⇒ ::String
Returns the value of attribute grant_write.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def grant_write @grant_write end |
#grant_write_acp ⇒ ::String
Returns the value of attribute grant_write_acp.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def grant_write_acp @grant_write_acp end |