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

Class: Aws::SMS::Types::AppSummary

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID of the application.

Returns:

  • (String)

    The unique ID of the application.

#creation_timeTime

The creation time of the application.

Returns:

  • (Time)

    The creation time of the application.

#descriptionString

The description of the application.

Returns:

  • (String)

    The description of the application.

#imported_app_idString

The ID of the application.

Returns:

  • (String)

    The ID of the application.

#last_modifiedTime

The last modified time of the application.

Returns:

  • (Time)

    The last modified time of the application.

#latest_replication_timeTime

The timestamp of the application\'s most recent successful replication.

Returns:

  • (Time)

    The timestamp of the application\'s most recent successful replication.

#launch_configuration_statusString

Status of the launch configuration.

Possible values:

  • NOT_CONFIGURED
  • CONFIGURED

Returns:

  • (String)

    Status of the launch configuration.

#launch_detailsTypes::LaunchDetails

Details about the latest launch of the application.

Returns:

#launch_statusString

The launch status of the application.

Possible values:

  • READY_FOR_CONFIGURATION
  • CONFIGURATION_IN_PROGRESS
  • CONFIGURATION_INVALID
  • READY_FOR_LAUNCH
  • VALIDATION_IN_PROGRESS
  • LAUNCH_PENDING
  • LAUNCH_IN_PROGRESS
  • LAUNCHED
  • PARTIALLY_LAUNCHED
  • DELTA_LAUNCH_IN_PROGRESS
  • DELTA_LAUNCH_FAILED
  • LAUNCH_FAILED
  • TERMINATE_IN_PROGRESS
  • TERMINATE_FAILED
  • TERMINATED

Returns:

  • (String)

    The launch status of the application.

#launch_status_messageString

A message related to the launch status of the application.

Returns:

  • (String)

    A message related to the launch status of the application.

#nameString

The name of the application.

Returns:

  • (String)

    The name of the application.

#replication_configuration_statusString

Status of the replication configuration.

Possible values:

  • NOT_CONFIGURED
  • CONFIGURED

Returns:

  • (String)

    Status of the replication configuration.

#replication_statusString

The replication status of the application.

Possible values:

  • READY_FOR_CONFIGURATION
  • CONFIGURATION_IN_PROGRESS
  • CONFIGURATION_INVALID
  • READY_FOR_REPLICATION
  • VALIDATION_IN_PROGRESS
  • REPLICATION_PENDING
  • REPLICATION_IN_PROGRESS
  • REPLICATED
  • PARTIALLY_REPLICATED
  • DELTA_REPLICATION_IN_PROGRESS
  • DELTA_REPLICATED
  • DELTA_REPLICATION_FAILED
  • REPLICATION_FAILED
  • REPLICATION_STOPPING
  • REPLICATION_STOP_FAILED
  • REPLICATION_STOPPED

Returns:

  • (String)

    The replication status of the application.

#replication_status_messageString

A message related to the replication status of the application.

Returns:

  • (String)

    A message related to the replication status of the application.

#role_nameString

The name of the service role in the customer\'s account used by AWS SMS.

Returns:

  • (String)

    The name of the service role in the customer\'s account used by AWS SMS.

#statusString

Status of the application.

Possible values:

  • CREATING
  • ACTIVE
  • UPDATING
  • DELETING
  • DELETED
  • DELETE_FAILED

Returns:

  • (String)

    Status of the application.

#status_messageString

A message related to the status of the application

Returns:

  • (String)

    A message related to the status of the application.

#total_server_groupsInteger

The number of server groups present in the application.

Returns:

  • (Integer)

    The number of server groups present in the application.

#total_serversInteger

The number of servers present in the application.

Returns:

  • (Integer)

    The number of servers present in the application.