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.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def access_control_policy @access_control_policy end |
#acl ⇒ "private", ...
Returns the value of attribute acl.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def acl @acl end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def checksum_algorithm @checksum_algorithm end |
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def content_md5 @content_md5 end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def expected_bucket_owner @expected_bucket_owner end |
#grant_full_control ⇒ ::String
Returns the value of attribute grant_full_control.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def grant_full_control @grant_full_control end |
#grant_read ⇒ ::String
Returns the value of attribute grant_read.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def grant_read @grant_read end |
#grant_read_acp ⇒ ::String
Returns the value of attribute grant_read_acp.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def grant_read_acp @grant_read_acp end |
#grant_write ⇒ ::String
Returns the value of attribute grant_write.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def grant_write @grant_write end |
#grant_write_acp ⇒ ::String
Returns the value of attribute grant_write_acp.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def grant_write_acp @grant_write_acp end |