#[non_exhaustive]pub struct UpdateApplicationResourceLifecycleOutput { /* private fields */ }
Implementations§
source§impl UpdateApplicationResourceLifecycleOutput
impl UpdateApplicationResourceLifecycleOutput
sourcepub fn application_name(&self) -> Option<&str>
pub fn application_name(&self) -> Option<&str>
The name of the application.
sourcepub fn resource_lifecycle_config(
&self
) -> Option<&ApplicationResourceLifecycleConfig>
pub fn resource_lifecycle_config(
&self
) -> Option<&ApplicationResourceLifecycleConfig>
The lifecycle configuration.
source§impl UpdateApplicationResourceLifecycleOutput
impl UpdateApplicationResourceLifecycleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateApplicationResourceLifecycleOutput
.
Trait Implementations§
source§impl Clone for UpdateApplicationResourceLifecycleOutput
impl Clone for UpdateApplicationResourceLifecycleOutput
source§fn clone(&self) -> UpdateApplicationResourceLifecycleOutput
fn clone(&self) -> UpdateApplicationResourceLifecycleOutput
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<UpdateApplicationResourceLifecycleOutput> for UpdateApplicationResourceLifecycleOutput
impl PartialEq<UpdateApplicationResourceLifecycleOutput> for UpdateApplicationResourceLifecycleOutput
source§fn eq(&self, other: &UpdateApplicationResourceLifecycleOutput) -> bool
fn eq(&self, other: &UpdateApplicationResourceLifecycleOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.