class Aws::S3::Types::Grantee
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/Grantee AWS API Documentation
@return [String]
URI of the grantee group.
@!attribute [rw] uri
@return [String]
Type of grantee
@!attribute [rw] type
@return [String]
The canonical user ID of the grantee.
@!attribute [rw] id
@return [String]<br>: docs.aws.amazon.com/general/latest/gr/rande.html#s3_region<br><br><br><br></note>
[Regions and Endpoints] in the AWS General Reference.
For a list of all the Amazon S3 supported Regions and endpoints, see
* South America (São Paulo)
* Europe (Ireland)
* Asia Pacific (Tokyo)
* Asia Pacific (Sydney)
* Asia Pacific (Singapore)
* US West (Oregon)
* US West (N. California)
* US East (N. Virginia)
following AWS Regions:
<note markdown=“1”> Using email addresses to specify a grantee is only supported in the
Email address of the grantee.
@!attribute [rw] email_address
@return [String]
Screen name of the grantee.
@!attribute [rw] display_name
}
uri: “URI”,
type: “CanonicalUser”, # required, accepts CanonicalUser, AmazonCustomerByEmail, Group
id: “ID”,
email_address: “EmailAddress”,
display_name: “DisplayName”,
{
data as a hash:
@note When making an API call, you may pass Grantee
Container for the person being granted permissions.