Class: Aws::SecurityHub::Types::AwsElbLoadBalancerSourceSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElbLoadBalancerSourceSecurityGroup
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains information about the security group for the load balancer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_name ⇒ String
The name of the security group.
-
#owner_alias ⇒ String
The owner of the security group.
Instance Attribute Details
#group_name ⇒ String
The name of the security group.
12960 12961 12962 12963 12964 12965 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12960 class AwsElbLoadBalancerSourceSecurityGroup < Struct.new( :group_name, :owner_alias) SENSITIVE = [] include Aws::Structure end |
#owner_alias ⇒ String
The owner of the security group.
12960 12961 12962 12963 12964 12965 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12960 class AwsElbLoadBalancerSourceSecurityGroup < Struct.new( :group_name, :owner_alias) SENSITIVE = [] include Aws::Structure end |