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