#[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 more