#[non_exhaustive]pub struct DescribeApplicationStateOutput { /* private fields */ }Implementations§
source§impl DescribeApplicationStateOutput
impl DescribeApplicationStateOutput
sourcepub fn application_status(&self) -> Option<&ApplicationStatus>
pub fn application_status(&self) -> Option<&ApplicationStatus>
Status of the application - Not Started, In-Progress, Complete.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
The timestamp when the application status was last updated.
source§impl DescribeApplicationStateOutput
impl DescribeApplicationStateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeApplicationStateOutput.
Trait Implementations§
source§impl Clone for DescribeApplicationStateOutput
impl Clone for DescribeApplicationStateOutput
source§fn clone(&self) -> DescribeApplicationStateOutput
fn clone(&self) -> DescribeApplicationStateOutput
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<DescribeApplicationStateOutput> for DescribeApplicationStateOutput
impl PartialEq<DescribeApplicationStateOutput> for DescribeApplicationStateOutput
source§fn eq(&self, other: &DescribeApplicationStateOutput) -> bool
fn eq(&self, other: &DescribeApplicationStateOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.