Struct aws_sdk_rust::aws::s3::grant::TargetGrant
[−]
[src]
pub struct TargetGrant { pub grantee: Grantee, pub permission: BucketLogsPermission, }
Fields
grantee: Grantee
permission: BucketLogsPermission
Logging permissions assigned to the Grantee for the bucket.
Trait Implementations
impl Debug for TargetGrant
[src]
impl Default for TargetGrant
[src]
fn default() -> TargetGrant
Returns the "default value" for a type. Read more
impl Decodable for TargetGrant
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<TargetGrant, __D::Error>
Deserialize a value using a Decoder
.