Class: Aws::MigrationHub::Types::ApplicationState
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::ApplicationState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
The state of an application discovered through Migration Hub import, the AWS Agentless Discovery Connector, or the AWS Application Discovery Agent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The configurationId from the Application Discovery Service that uniquely identifies an application.
-
#application_status ⇒ String
The current status of an application.
-
#last_updated_time ⇒ Time
The timestamp when the application status was last updated.
Instance Attribute Details
#application_id ⇒ String
The configurationId from the Application Discovery Service that uniquely identifies an application.
45 46 47 48 49 50 51 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 45 class ApplicationState < Struct.new( :application_id, :application_status, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#application_status ⇒ String
The current status of an application.
45 46 47 48 49 50 51 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 45 class ApplicationState < Struct.new( :application_id, :application_status, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The timestamp when the application status was last updated.
45 46 47 48 49 50 51 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 45 class ApplicationState < Struct.new( :application_id, :application_status, :last_updated_time) SENSITIVE = [] include Aws::Structure end |