#[non_exhaustive]pub struct LambdaAvailabilityProvider { /* private fields */ }
Expand description
Describes a Lambda based availability provider.
Implementations§
source§impl LambdaAvailabilityProvider
impl LambdaAvailabilityProvider
sourcepub fn lambda_arn(&self) -> Option<&str>
pub fn lambda_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Lambda that acts as the availability provider.
source§impl LambdaAvailabilityProvider
impl LambdaAvailabilityProvider
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LambdaAvailabilityProvider
.
Trait Implementations§
source§impl Clone for LambdaAvailabilityProvider
impl Clone for LambdaAvailabilityProvider
source§fn clone(&self) -> LambdaAvailabilityProvider
fn clone(&self) -> LambdaAvailabilityProvider
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 LambdaAvailabilityProvider
impl Debug for LambdaAvailabilityProvider
source§impl PartialEq<LambdaAvailabilityProvider> for LambdaAvailabilityProvider
impl PartialEq<LambdaAvailabilityProvider> for LambdaAvailabilityProvider
source§fn eq(&self, other: &LambdaAvailabilityProvider) -> bool
fn eq(&self, other: &LambdaAvailabilityProvider) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.