Represents a grant for an bucket/object ACL. A grant contains a S3Grantee and a S3Permission for that S3Grantee. For more information on Grants/ACLs refer: http://docs.amazonwebservices.com/AmazonS3/latest/index.html?RESTAuthentication.html

Namespace: Amazon.S3.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class S3Grant
Public Class S3Grant
public ref class S3Grant

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
S3Grant()()()()
Initializes a new instance of the S3Grant class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Grantee
Gets and sets the Grantee property.
Permission
Gets and sets the Permission property.
ToString()()()()
Creates a string representation of a Grant.
(Overrides Object..::..ToString()()()().)
WithGrantee(S3Grantee)
Sets the S3Grantee property.
WithPermission(S3Permission)
Sets the S3Permission property.

Inheritance Hierarchy

System..::..Object
  Amazon.S3.Model..::..S3Grant

See Also