Struct aws_sdk_lambda::operation::get_runtime_management_config::GetRuntimeManagementConfigOutput
source · #[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.
sourcepub fn function_arn(&self) -> Option<&str>
pub fn function_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of your function.
source§impl GetRuntimeManagementConfigOutput
impl GetRuntimeManagementConfigOutput
sourcepub fn builder() -> GetRuntimeManagementConfigOutputBuilder
pub fn builder() -> GetRuntimeManagementConfigOutputBuilder
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 ==
.source§impl RequestId for GetRuntimeManagementConfigOutput
impl RequestId for GetRuntimeManagementConfigOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.