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.