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.ModelAssembly: 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 |
| Member | Description | |
|---|---|---|
| S3Grant()()()() | Initializes a new instance of the S3Grant class | |
| Equals(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.
|