#[non_exhaustive]pub struct GetAccessPointConfigurationForObjectLambdaOutput { /* private fields */ }Implementations
sourceimpl GetAccessPointConfigurationForObjectLambdaOutput
impl GetAccessPointConfigurationForObjectLambdaOutput
sourcepub fn configuration(&self) -> Option<&ObjectLambdaConfiguration>
pub fn configuration(&self) -> Option<&ObjectLambdaConfiguration>
Object Lambda Access Point configuration document.
sourceimpl GetAccessPointConfigurationForObjectLambdaOutput
impl GetAccessPointConfigurationForObjectLambdaOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAccessPointConfigurationForObjectLambdaOutput.
Trait Implementations
sourceimpl Clone for GetAccessPointConfigurationForObjectLambdaOutput
impl Clone for GetAccessPointConfigurationForObjectLambdaOutput
sourcefn clone(&self) -> GetAccessPointConfigurationForObjectLambdaOutput
fn clone(&self) -> GetAccessPointConfigurationForObjectLambdaOutput
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<GetAccessPointConfigurationForObjectLambdaOutput> for GetAccessPointConfigurationForObjectLambdaOutput
impl PartialEq<GetAccessPointConfigurationForObjectLambdaOutput> for GetAccessPointConfigurationForObjectLambdaOutput
sourcefn eq(&self, other: &GetAccessPointConfigurationForObjectLambdaOutput) -> bool
fn eq(&self, other: &GetAccessPointConfigurationForObjectLambdaOutput) -> bool
impl StructuralPartialEq for GetAccessPointConfigurationForObjectLambdaOutput
Auto Trait Implementations
impl RefUnwindSafe for GetAccessPointConfigurationForObjectLambdaOutput
impl Send for GetAccessPointConfigurationForObjectLambdaOutput
impl Sync for GetAccessPointConfigurationForObjectLambdaOutput
impl Unpin for GetAccessPointConfigurationForObjectLambdaOutput
impl UnwindSafe for GetAccessPointConfigurationForObjectLambdaOutput
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