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