#[non_exhaustive]pub struct GetAccessPointPolicyStatusForObjectLambdaOutput { /* private fields */ }Implementations
sourceimpl GetAccessPointPolicyStatusForObjectLambdaOutput
impl GetAccessPointPolicyStatusForObjectLambdaOutput
sourcepub fn policy_status(&self) -> Option<&PolicyStatus>
pub fn policy_status(&self) -> Option<&PolicyStatus>
Indicates whether this access point policy is public. For more information about how Amazon S3 evaluates policies to determine whether they are public, see The Meaning of "Public" in the Amazon S3 User Guide.
sourceimpl GetAccessPointPolicyStatusForObjectLambdaOutput
impl GetAccessPointPolicyStatusForObjectLambdaOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAccessPointPolicyStatusForObjectLambdaOutput.
Trait Implementations
sourceimpl Clone for GetAccessPointPolicyStatusForObjectLambdaOutput
impl Clone for GetAccessPointPolicyStatusForObjectLambdaOutput
sourcefn clone(&self) -> GetAccessPointPolicyStatusForObjectLambdaOutput
fn clone(&self) -> GetAccessPointPolicyStatusForObjectLambdaOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<GetAccessPointPolicyStatusForObjectLambdaOutput> for GetAccessPointPolicyStatusForObjectLambdaOutput
impl PartialEq<GetAccessPointPolicyStatusForObjectLambdaOutput> for GetAccessPointPolicyStatusForObjectLambdaOutput
sourcefn eq(&self, other: &GetAccessPointPolicyStatusForObjectLambdaOutput) -> bool
fn eq(&self, other: &GetAccessPointPolicyStatusForObjectLambdaOutput) -> bool
impl StructuralPartialEq for GetAccessPointPolicyStatusForObjectLambdaOutput
Auto Trait Implementations
impl RefUnwindSafe for GetAccessPointPolicyStatusForObjectLambdaOutput
impl Send for GetAccessPointPolicyStatusForObjectLambdaOutput
impl Sync for GetAccessPointPolicyStatusForObjectLambdaOutput
impl Unpin for GetAccessPointPolicyStatusForObjectLambdaOutput
impl UnwindSafe for GetAccessPointPolicyStatusForObjectLambdaOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more