Class: Aws::ElasticLoadBalancing::Types::SourceSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::SourceSecurityGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Information about a source security group.
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.
1864 1865 1866 1867 1868 1869 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1864 class SourceSecurityGroup < Struct.new( :owner_alias, :group_name) SENSITIVE = [] include Aws::Structure end |
#owner_alias ⇒ String
The owner of the security group.
1864 1865 1866 1867 1868 1869 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1864 class SourceSecurityGroup < Struct.new( :owner_alias, :group_name) SENSITIVE = [] include Aws::Structure end |