#[non_exhaustive]pub struct ObjectLambdaAccessPointAlias { /* private fields */ }
Expand description
The alias of an Object Lambda Access Point. For more information, see How to use a bucket-style alias for your S3 bucket Object Lambda Access Point.
Implementations§
source§impl ObjectLambdaAccessPointAlias
impl ObjectLambdaAccessPointAlias
sourcepub fn status(&self) -> Option<&ObjectLambdaAccessPointAliasStatus>
pub fn status(&self) -> Option<&ObjectLambdaAccessPointAliasStatus>
The status of the Object Lambda Access Point alias. If the status is PROVISIONING
, the Object Lambda Access Point is provisioning the alias and the alias is not ready for use yet. If the status is READY
, the Object Lambda Access Point alias is successfully provisioned and ready for use.
source§impl ObjectLambdaAccessPointAlias
impl ObjectLambdaAccessPointAlias
sourcepub fn builder() -> ObjectLambdaAccessPointAliasBuilder
pub fn builder() -> ObjectLambdaAccessPointAliasBuilder
Creates a new builder-style object to manufacture ObjectLambdaAccessPointAlias
.
Trait Implementations§
source§impl Clone for ObjectLambdaAccessPointAlias
impl Clone for ObjectLambdaAccessPointAlias
source§fn clone(&self) -> ObjectLambdaAccessPointAlias
fn clone(&self) -> ObjectLambdaAccessPointAlias
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 Debug for ObjectLambdaAccessPointAlias
impl Debug for ObjectLambdaAccessPointAlias
source§impl PartialEq<ObjectLambdaAccessPointAlias> for ObjectLambdaAccessPointAlias
impl PartialEq<ObjectLambdaAccessPointAlias> for ObjectLambdaAccessPointAlias
source§fn eq(&self, other: &ObjectLambdaAccessPointAlias) -> bool
fn eq(&self, other: &ObjectLambdaAccessPointAlias) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.