#[non_exhaustive]pub struct GetAccessPointForObjectLambdaOutput { /* private fields */ }Implementations
sourceimpl GetAccessPointForObjectLambdaOutput
impl GetAccessPointForObjectLambdaOutput
sourcepub fn public_access_block_configuration(
&self
) -> Option<&PublicAccessBlockConfiguration>
pub fn public_access_block_configuration(
&self
) -> Option<&PublicAccessBlockConfiguration>
Configuration to block all public access. This setting is turned on and can not be edited.
sourcepub fn creation_date(&self) -> Option<&DateTime>
pub fn creation_date(&self) -> Option<&DateTime>
The date and time when the specified Object Lambda Access Point was created.
sourceimpl GetAccessPointForObjectLambdaOutput
impl GetAccessPointForObjectLambdaOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAccessPointForObjectLambdaOutput.
Trait Implementations
sourceimpl Clone for GetAccessPointForObjectLambdaOutput
impl Clone for GetAccessPointForObjectLambdaOutput
sourcefn clone(&self) -> GetAccessPointForObjectLambdaOutput
fn clone(&self) -> GetAccessPointForObjectLambdaOutput
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<GetAccessPointForObjectLambdaOutput> for GetAccessPointForObjectLambdaOutput
impl PartialEq<GetAccessPointForObjectLambdaOutput> for GetAccessPointForObjectLambdaOutput
sourcefn eq(&self, other: &GetAccessPointForObjectLambdaOutput) -> bool
fn eq(&self, other: &GetAccessPointForObjectLambdaOutput) -> bool
impl StructuralPartialEq for GetAccessPointForObjectLambdaOutput
Auto Trait Implementations
impl RefUnwindSafe for GetAccessPointForObjectLambdaOutput
impl Send for GetAccessPointForObjectLambdaOutput
impl Sync for GetAccessPointForObjectLambdaOutput
impl Unpin for GetAccessPointForObjectLambdaOutput
impl UnwindSafe for GetAccessPointForObjectLambdaOutput
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