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

Class: Aws::ElasticBeanstalk::Types::EnvironmentLink

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

Overview

A link to another environment, defined in the environment's manifest. Links provide connection information in system properties that can be used to connect to another environment in the same group. See Environment Manifest (env.yaml) for details.

Instance Attribute Summary collapse

Instance Attribute Details

#environment_nameString

The name of the linked environment (the dependency).

Returns:

  • (String)

    The name of the linked environment (the dependency).

The name of the link.

Returns:

  • (String)

    The name of the link.