Module AWS::S3::ACLObject
In: lib/aws/s3/acl_object.rb

Common methods for AccessControlList and related objects.

Methods

body_xml   element_name   included   new   stag   to_s   to_xml   valid?   validate!   validate_input  

Classes and Modules

Module AWS::S3::ACLObject::ClassMethods

Public Class methods

@api private

Public Instance methods

@api private

@api private

@api private

Returns the XML representation of the object. Generally you‘ll want to call this on an AccessControlList object, which will yield an XML representation of the ACL that you can send to S3.

Returns true if and only if this object is valid according to S3‘s published ACL schema. In particular, this will check that all required attributes are provided and that they are of the correct type.

Raises an exception unless this object is valid according to S3‘s published ACL schema. @see valid?

[Validate]