Struct aws_sdk_migrationhub::operation::describe_application_state::DescribeApplicationStateOutput
source · #[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() -> DescribeApplicationStateOutputBuilder
pub fn builder() -> DescribeApplicationStateOutputBuilder
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 ==.source§impl RequestId for DescribeApplicationStateOutput
impl RequestId for DescribeApplicationStateOutput
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.