Struct rusoto_s3::Grantee [−][src]
pub struct Grantee {
pub display_name: Option<String>,
pub email_address: Option<String>,
pub id: Option<String>,
pub type_: String,
pub uri: Option<String>,
}Expand description
Container for the person being granted permissions.
Fields
display_name: Option<String>Screen name of the grantee.
email_address: Option<String>Email address of the grantee.
Using email addresses to specify a grantee is only supported in the following AWS Regions:
-
US East (N. Virginia)
-
US West (N. California)
-
US West (Oregon)
-
Asia Pacific (Singapore)
-
Asia Pacific (Sydney)
-
Asia Pacific (Tokyo)
-
Europe (Ireland)
-
South America (São Paulo)
For a list of all the Amazon S3 supported Regions and endpoints, see Regions and Endpoints in the AWS General Reference.
id: Option<String>The canonical user ID of the grantee.
type_: StringType of grantee
uri: Option<String>URI of the grantee group.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Grantee
impl UnwindSafe for Grantee
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more