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

Class: Aws::DatabaseMigrationService::Types::Connection

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

Overview

Status of the connection between an endpoint and a replication instance, including Amazon Resource Names (ARNs) and the last error message issued.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_arnString

The ARN string that uniquely identifies the endpoint.

Returns:

  • (String)

    The ARN string that uniquely identifies the endpoint.

#endpoint_identifierString

The identifier of the endpoint. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can\'t end with a hyphen or contain two consecutive hyphens.

Returns:

  • (String)

    The identifier of the endpoint.

#last_failure_messageString

The error message when the connection last failed.

Returns:

  • (String)

    The error message when the connection last failed.

#replication_instance_arnString

The ARN of the replication instance.

Returns:

  • (String)

    The ARN of the replication instance.

#replication_instance_identifierString

The replication instance identifier. This parameter is stored as a lowercase string.

Returns:

  • (String)

    The replication instance identifier.

#statusString

The connection status. This parameter can return one of the following values:

  • "successful"

  • "testing"

  • "failed"

  • "deleting"

Returns:

  • (String)

    The connection status.