This data type is used as a response element in the DescribeLoadBalancers action. For information about Elastic Load Balancing security groups, go to Using Security Groups With Elastic Load Balancing in the Elastic Load Balancing Developer Guide .
 Declaration Syntax
 Declaration Syntax| C# | 
public class SourceSecurityGroup
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SourceSecurityGroup()()()() | Initializes a new instance of the SourceSecurityGroup class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | GroupName | 
            Name of the source security group. Use this value for the --source-group parameter of the ec2-authorize command in the Amazon
            EC2 command line tool.
             
             | 
|  | OwnerAlias | 
            Owner of the source security group. Use this value for the --source-group-user parameter of the ec2-authorize command in the
            Amazon EC2 command line tool.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithGroupName(String) | Obsolete. 
            Sets the GroupName property
             | 
|  | WithOwnerAlias(String) | Obsolete. 
            Sets the OwnerAlias property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | SourceSecurityGroup |