Struct aws_sdk_lambda::model::SnapStartResponse
source · #[non_exhaustive]pub struct SnapStartResponse { /* private fields */ }
Expand description
The function's SnapStart setting.
Implementations§
source§impl SnapStartResponse
impl SnapStartResponse
sourcepub fn apply_on(&self) -> Option<&SnapStartApplyOn>
pub fn apply_on(&self) -> Option<&SnapStartApplyOn>
When set to PublishedVersions
, Lambda creates a snapshot of the execution environment when you publish a function version.
sourcepub fn optimization_status(&self) -> Option<&SnapStartOptimizationStatus>
pub fn optimization_status(&self) -> Option<&SnapStartOptimizationStatus>
When you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for the specified function version.
source§impl SnapStartResponse
impl SnapStartResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SnapStartResponse
.
Trait Implementations§
source§impl Clone for SnapStartResponse
impl Clone for SnapStartResponse
source§fn clone(&self) -> SnapStartResponse
fn clone(&self) -> SnapStartResponse
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 SnapStartResponse
impl Debug for SnapStartResponse
source§impl PartialEq<SnapStartResponse> for SnapStartResponse
impl PartialEq<SnapStartResponse> for SnapStartResponse
source§fn eq(&self, other: &SnapStartResponse) -> bool
fn eq(&self, other: &SnapStartResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.