Method: AWS::S3::ACL::Policy#to_xml

Defined in:
lib/aws/s3/acl.rb

#to_xmlObject

The xml representation of the policy.


131
132
133
# File 'lib/aws/s3/acl.rb', line 131

def to_xml
  Builder.new(owner, grants).to_s
end