#[non_exhaustive]pub struct S3BucketAclGrantConfiguration { /* private fields */ }Expand description
A proposed access control list grant configuration for an Amazon S3 bucket. For more information, see How to Specify an ACL.
Implementations§
source§impl S3BucketAclGrantConfiguration
impl S3BucketAclGrantConfiguration
sourcepub fn permission(&self) -> Option<&AclPermission>
pub fn permission(&self) -> Option<&AclPermission>
The permissions being granted.
sourcepub fn grantee(&self) -> Option<&AclGrantee>
pub fn grantee(&self) -> Option<&AclGrantee>
The grantee to whom you’re assigning access rights.
source§impl S3BucketAclGrantConfiguration
impl S3BucketAclGrantConfiguration
sourcepub fn builder() -> S3BucketAclGrantConfigurationBuilder
pub fn builder() -> S3BucketAclGrantConfigurationBuilder
Creates a new builder-style object to manufacture S3BucketAclGrantConfiguration.
Trait Implementations§
source§impl Clone for S3BucketAclGrantConfiguration
impl Clone for S3BucketAclGrantConfiguration
source§fn clone(&self) -> S3BucketAclGrantConfiguration
fn clone(&self) -> S3BucketAclGrantConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<S3BucketAclGrantConfiguration> for S3BucketAclGrantConfiguration
impl PartialEq<S3BucketAclGrantConfiguration> for S3BucketAclGrantConfiguration
source§fn eq(&self, other: &S3BucketAclGrantConfiguration) -> bool
fn eq(&self, other: &S3BucketAclGrantConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.