Struct aws_sdk_rust::aws::s3::grant::Grant
[−]
[src]
pub struct Grant { pub grantee: Grantee, pub permission: Permission, }
Fields
grantee: Grantee
permission: Permission
Specifies the permission given to the grantee.
Trait Implementations
impl Debug for Grant
[src]
impl Default for Grant
[src]
impl Decodable for Grant
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Grant, __D::Error>
Deserialize a value using a Decoder
.