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