Class: Aws::SecurityHub::Types::AwsElasticBeanstalkEnvironmentEnvironmentLink
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElasticBeanstalkEnvironmentEnvironmentLink
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains information about a link to another environment that is in the same group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_name ⇒ String
The name of the linked environment.
-
#link_name ⇒ String
The name of the environment link.
Instance Attribute Details
#environment_name ⇒ String
The name of the linked environment.
12010 12011 12012 12013 12014 12015 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12010 class AwsElasticBeanstalkEnvironmentEnvironmentLink < Struct.new( :environment_name, :link_name) SENSITIVE = [] include Aws::Structure end |
#link_name ⇒ String
The name of the environment link.
12010 12011 12012 12013 12014 12015 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12010 class AwsElasticBeanstalkEnvironmentEnvironmentLink < Struct.new( :environment_name, :link_name) SENSITIVE = [] include Aws::Structure end |