Security group and user ID pair.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class UserIdGroupPair
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | UserIdGroupPair()()()() | Initializes a new instance of the UserIdGroupPair 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.) | 
|  | GroupId | 
            AWS Group ID of a Security Group.
            Cannot be used when specifying a CIDR IP address.
             | 
|  | GroupName | 
            Name of the security group.
            Cannot be used when specifying a CIDR IP address.
             | 
|  | IsSetGroupId()()()() | 
            Checks if GroupId property is set
             | 
|  | IsSetGroupName()()()() | 
            Checks if GroupName property is set
             | 
|  | IsSetUserId()()()() | 
            Checks if UserId property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UserId | 
            AWS User ID of an account.
            Cannot be used when specifying a CIDR IP address.
             | 
|  | WithGroupId(String) | Obsolete. 
            Sets the AWS Group ID of a Security Group.
             | 
|  | WithGroupName(String) | Obsolete. 
            Sets the name of the security group.
             | 
|  | WithUserId(String) | Obsolete. 
            Sets the AWS User ID of an account.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | UserIdGroupPair |