Struct aws_sdk_migrationhub::model::ApplicationState [−][src]
#[non_exhaustive]pub struct ApplicationState {
pub application_id: Option<String>,
pub application_status: Option<ApplicationStatus>,
pub last_updated_time: Option<DateTime>,
}Expand description
The state of an application discovered through Migration Hub import, the AWS Agentless Discovery Connector, or the AWS Application Discovery Agent.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.application_id: Option<String>The configurationId from the Application Discovery Service that uniquely identifies an application.
application_status: Option<ApplicationStatus>The current status of an application.
last_updated_time: Option<DateTime>The timestamp when the application status was last updated.
Implementations
The configurationId from the Application Discovery Service that uniquely identifies an application.
The current status of an application.
The timestamp when the application status was last updated.
Creates a new builder-style object to manufacture ApplicationState
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ApplicationState
impl Send for ApplicationState
impl Sync for ApplicationState
impl Unpin for ApplicationState
impl UnwindSafe for ApplicationState
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
