#[non_exhaustive]pub struct GetAccessPointForObjectLambdaOutput { /* private fields */ }Implementations§
source§impl 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.
source§impl GetAccessPointForObjectLambdaOutput
impl GetAccessPointForObjectLambdaOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAccessPointForObjectLambdaOutput.
Trait Implementations§
source§impl Clone for GetAccessPointForObjectLambdaOutput
impl Clone for GetAccessPointForObjectLambdaOutput
source§fn clone(&self) -> GetAccessPointForObjectLambdaOutput
fn clone(&self) -> GetAccessPointForObjectLambdaOutput
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<GetAccessPointForObjectLambdaOutput> for GetAccessPointForObjectLambdaOutput
impl PartialEq<GetAccessPointForObjectLambdaOutput> for GetAccessPointForObjectLambdaOutput
source§fn eq(&self, other: &GetAccessPointForObjectLambdaOutput) -> bool
fn eq(&self, other: &GetAccessPointForObjectLambdaOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.