#[non_exhaustive]pub struct DeleteApplicationOutput { /* private fields */ }Implementations
sourceimpl DeleteApplicationOutput
impl DeleteApplicationOutput
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The ID of the application.
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
The unique identifier of the application’s environment.
sourcepub fn state(&self) -> Option<&ApplicationState>
pub fn state(&self) -> Option<&ApplicationState>
The current state of the application.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
A timestamp that indicates when the environment was last updated.
sourceimpl DeleteApplicationOutput
impl DeleteApplicationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteApplicationOutput.
Trait Implementations
sourceimpl Clone for DeleteApplicationOutput
impl Clone for DeleteApplicationOutput
sourcefn clone(&self) -> DeleteApplicationOutput
fn clone(&self) -> DeleteApplicationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteApplicationOutput
impl Debug for DeleteApplicationOutput
sourceimpl PartialEq<DeleteApplicationOutput> for DeleteApplicationOutput
impl PartialEq<DeleteApplicationOutput> for DeleteApplicationOutput
sourcefn eq(&self, other: &DeleteApplicationOutput) -> bool
fn eq(&self, other: &DeleteApplicationOutput) -> bool
impl StructuralPartialEq for DeleteApplicationOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteApplicationOutput
impl Send for DeleteApplicationOutput
impl Sync for DeleteApplicationOutput
impl Unpin for DeleteApplicationOutput
impl UnwindSafe for DeleteApplicationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more