You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glacier::Types::Grantee
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::Grantee
- Defined in:
- (unknown)
Overview
When passing Grantee as input to an Aws::Client method, you can use a vanilla Hash:
{
type: "AmazonCustomerByEmail", # required, accepts AmazonCustomerByEmail, CanonicalUser, Group
display_name: "string",
uri: "string",
id: "string",
email_address: "string",
}
Contains information about the grantee.
Returned by:
Instance Attribute Summary collapse
-
#display_name ⇒ String
Screen name of the grantee.
-
#email_address ⇒ String
Email address of the grantee.
-
#id ⇒ String
The canonical user ID of the grantee.
-
#type ⇒ String
Type of grantee
Possible values:
- AmazonCustomerByEmail
- CanonicalUser
- Group
-
#uri ⇒ String
URI of the grantee group.
Instance Attribute Details
#display_name ⇒ String
Screen name of the grantee.
#email_address ⇒ String
Email address of the grantee.
#id ⇒ String
The canonical user ID of the grantee.
#type ⇒ String
Type of grantee
Possible values:
- AmazonCustomerByEmail
- CanonicalUser
- Group
#uri ⇒ String
URI of the grantee group.