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