Class: Aws::SecurityHub::Types::AwsElasticBeanstalkEnvironmentEnvironmentLink
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElasticBeanstalkEnvironmentEnvironmentLink
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass AwsElasticBeanstalkEnvironmentEnvironmentLink data as a hash:
{
environment_name: "NonEmptyString",
link_name: "NonEmptyString",
}
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.
10908 10909 10910 10911 10912 10913 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 10908 class AwsElasticBeanstalkEnvironmentEnvironmentLink < Struct.new( :environment_name, :link_name) SENSITIVE = [] include Aws::Structure end |
#link_name ⇒ String
The name of the environment link.
10908 10909 10910 10911 10912 10913 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 10908 class AwsElasticBeanstalkEnvironmentEnvironmentLink < Struct.new( :environment_name, :link_name) SENSITIVE = [] include Aws::Structure end |