Class: Aws::SMS::Types::AppSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::AppSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Information about the application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID of the application.
-
#creation_time ⇒ Time
The creation time of the application.
-
#description ⇒ String
The description of the application.
-
#imported_app_id ⇒ String
The ID of the application.
-
#last_modified ⇒ Time
The last modified time of the application.
-
#latest_replication_time ⇒ Time
The timestamp of the application’s most recent successful replication.
-
#launch_configuration_status ⇒ String
Status of the launch configuration.
-
#launch_details ⇒ Types::LaunchDetails
Details about the latest launch of the application.
-
#launch_status ⇒ String
The launch status of the application.
-
#launch_status_message ⇒ String
A message related to the launch status of the application.
-
#name ⇒ String
The name of the application.
-
#replication_configuration_status ⇒ String
Status of the replication configuration.
-
#replication_status ⇒ String
The replication status of the application.
-
#replication_status_message ⇒ String
A message related to the replication status of the application.
-
#role_name ⇒ String
The name of the service role in the customer’s account used by Server Migration Service.
-
#status ⇒ String
Status of the application.
-
#status_message ⇒ String
A message related to the status of the application.
-
#total_server_groups ⇒ Integer
The number of server groups present in the application.
-
#total_servers ⇒ Integer
The number of servers present in the application.
Instance Attribute Details
#app_id ⇒ String
The unique ID of the application.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time of the application.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the application.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#imported_app_id ⇒ String
The ID of the application.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The last modified time of the application.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#latest_replication_time ⇒ Time
The timestamp of the application’s most recent successful replication.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#launch_configuration_status ⇒ String
Status of the launch configuration.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#launch_details ⇒ Types::LaunchDetails
Details about the latest launch of the application.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#launch_status ⇒ String
The launch status of the application.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#launch_status_message ⇒ String
A message related to the launch status of the application.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the application.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#replication_configuration_status ⇒ String
Status of the replication configuration.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#replication_status ⇒ String
The replication status of the application.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#replication_status_message ⇒ String
A message related to the replication status of the application.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#role_name ⇒ String
The name of the service role in the customer’s account used by Server Migration Service.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the application.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A message related to the status of the application
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#total_server_groups ⇒ Integer
The number of server groups present in the application.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |
#total_servers ⇒ Integer
The number of servers present in the application.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-sms/types.rb', line 95 class AppSummary < Struct.new( :app_id, :imported_app_id, :name, :description, :status, :status_message, :replication_configuration_status, :replication_status, :replication_status_message, :latest_replication_time, :launch_configuration_status, :launch_status, :launch_status_message, :launch_details, :creation_time, :last_modified, :role_name, :total_server_groups, :total_servers) SENSITIVE = [] include Aws::Structure end |