Struct aws_sdk_migrationhub::types::ApplicationState
source · #[non_exhaustive]pub struct ApplicationState { /* private fields */ }Expand description
The state of an application discovered through Migration Hub import, the AWS Agentless Discovery Connector, or the AWS Application Discovery Agent.
Implementations§
source§impl ApplicationState
impl ApplicationState
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The configurationId from the Application Discovery Service that uniquely identifies an application.
sourcepub fn application_status(&self) -> Option<&ApplicationStatus>
pub fn application_status(&self) -> Option<&ApplicationStatus>
The current status of an application.
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 ApplicationState
impl ApplicationState
sourcepub fn builder() -> ApplicationStateBuilder
pub fn builder() -> ApplicationStateBuilder
Creates a new builder-style object to manufacture ApplicationState.
Trait Implementations§
source§impl Clone for ApplicationState
impl Clone for ApplicationState
source§fn clone(&self) -> ApplicationState
fn clone(&self) -> ApplicationState
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 Debug for ApplicationState
impl Debug for ApplicationState
source§impl PartialEq<ApplicationState> for ApplicationState
impl PartialEq<ApplicationState> for ApplicationState
source§fn eq(&self, other: &ApplicationState) -> bool
fn eq(&self, other: &ApplicationState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.