Class: Aws::Types::EnvironmentLink
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentLink
- 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.
538 539 540 |
# File 'sig/types.rbs', line 538 def environment_name @environment_name end |
#link_name ⇒ ::String
Returns the value of attribute link_name.
537 538 539 |
# File 'sig/types.rbs', line 537 def link_name @link_name end |