You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MigrationHub::Types::ApplicationState

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The state of an application discovered through Migration Hub import, the AWS Agentless Discovery Connector, or the AWS Application Discovery Agent.

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ String

The configurationId from the Application Discovery Service that uniquely identifies an application.

Returns:

  • (String) —

    The configurationId from the Application Discovery Service that uniquely identifies an application.

#application_status ⇒ String

The current status of an application.

Possible values:

  • NOT_STARTED
  • IN_PROGRESS
  • COMPLETED

Returns:

  • (String) —

    The current status of an application.

#last_updated_time ⇒ Time

The timestamp when the application status was last updated.

Returns:

  • (Time) —

    The timestamp when the application status was last updated.