module AWS::S3::Bucket::ACLProxy
@private
Attributes
bucket[RW]
Public Instance Methods
change() { |self| ... }
click to toggle source
# File lib/aws/s3/bucket.rb, line 541 def change yield(self) bucket.acl = self end