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
- Struct
- Aws::ElasticBeanstalk::Types::EnvironmentLink
- 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
-
#environment_name ⇒ String
The name of the linked environment (the dependency).
-
#link_name ⇒ String
The name of the link.
Instance Attribute Details
#environment_name ⇒ String
The name of the linked environment (the dependency).
#link_name ⇒ String
The name of the link.