Class: Aws::Types::AwsElasticBeanstalkEnvironmentEnvironmentLink
- Inherits:
-
Object
- Object
- Aws::Types::AwsElasticBeanstalkEnvironmentEnvironmentLink
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#link_name ⇒ ::String
Returns the value of attribute link_name.
Instance Attribute Details
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def environment_name @environment_name end |
#link_name ⇒ ::String
Returns the value of attribute link_name.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def link_name @link_name end |