You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::S3::Types::Grant
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Grant
- Defined in:
- (unknown)
Overview
Note:
When passing Grant as input to an Aws::Client method, you can use a vanilla 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
}
Container for grant information.
Instance Attribute Summary collapse
-
#grantee ⇒ Types::Grantee
The person being granted permissions.
-
#permission ⇒ String
Specifies the permission given to the grantee.
Instance Attribute Details
#grantee ⇒ Types::Grantee
The person being granted permissions.
#permission ⇒ String
Specifies the permission given to the grantee.
Possible values:
- FULL_CONTROL
- WRITE
- WRITE_ACP
- READ
- READ_ACP