Class AWS::S3::AccessControlList::Permission
In: lib/aws/s3/access_control_list.rb
Parent: Object

Represents the permission being granted in a Grant object. Typically you will not need to construct an instance of this class directly. @see Grant#permission

Methods

body_xml   new  

Included Modules

ACLObject

Attributes

name  [R]  The permission expressed as a symbol following Ruby conventions. For example, S3‘s FULL_CONTROL permission will be returned as `:full_control`.

Public Class methods

@api private

Public Instance methods

[Validate]