class Aws::S3::Types::Grant
Container for grant information.
@note When making an API call, you may pass Grant
data as a hash: { grantee: { display_name: "DisplayName", email_address: "EmailAddress", id: "ID", type: "CanonicalUser", # required, accepts CanonicalUser, AmazonCustomerByEmail, Group uri: "URI", }, permission: "FULL_CONTROL", # accepts FULL_CONTROL, WRITE, WRITE_ACP, READ, READ_ACP }
@!attribute [rw] grantee
The person being granted permissions. @return [Types::Grantee]
@!attribute [rw] permission
Specifies the permission given to the grantee. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/Grant AWS API Documentation
Constants
- SENSITIVE