AWS SDK for .NET Documentation
UserIdGroupPair Class
AmazonAmazon.EC2.ModelUserIdGroupPair Did this page help you?   Yes   No    Tell us about it...
Security group and user ID pair.
Declaration Syntax
C#
public class UserIdGroupPair
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UserIdGroupPair()()()()
Initializes a new instance of the UserIdGroupPair class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
UserIdGroupPair

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)