#[non_exhaustive]pub struct GetRuntimeManagementConfigOutput { /* private fields */ }
Implementations§
source§impl GetRuntimeManagementConfigOutput
impl GetRuntimeManagementConfigOutput
sourcepub fn update_runtime_on(&self) -> Option<&UpdateRuntimeOn>
pub fn update_runtime_on(&self) -> Option<&UpdateRuntimeOn>
The current runtime update mode of the function.
sourcepub fn runtime_version_arn(&self) -> Option<&str>
pub fn runtime_version_arn(&self) -> Option<&str>
The ARN of the runtime the function is configured to use. If the runtime update mode is Manual, the ARN is returned, otherwise null
is returned.
source§impl GetRuntimeManagementConfigOutput
impl GetRuntimeManagementConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRuntimeManagementConfigOutput
.
Trait Implementations§
source§impl Clone for GetRuntimeManagementConfigOutput
impl Clone for GetRuntimeManagementConfigOutput
source§fn clone(&self) -> GetRuntimeManagementConfigOutput
fn clone(&self) -> GetRuntimeManagementConfigOutput
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<GetRuntimeManagementConfigOutput> for GetRuntimeManagementConfigOutput
impl PartialEq<GetRuntimeManagementConfigOutput> for GetRuntimeManagementConfigOutput
source§fn eq(&self, other: &GetRuntimeManagementConfigOutput) -> bool
fn eq(&self, other: &GetRuntimeManagementConfigOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.