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]
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