Container for the parameters to the DescribeVpcPeeringConnections operation.
            
Describes one or more of your VPC peering connections.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeVpcPeeringConnectionsRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeVpcPeeringConnectionsRequest()()()() | Initializes a new instance of the DescribeVpcPeeringConnectionsRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filters | 
            One or more filters.  
 | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetFilters()()()() | 
            Checks if Filters is set
             | 
|  | IsSetVpcPeeringConnectionIds()()()() | 
            Checks if VpcPeeringConnectionIds is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcPeeringConnectionIds | 
            One or more VPC peering connection IDs. Default: Describes all your VPC peering connections.
             
             | 
|  | WithFilters(array<Filter>[]()[][]) | Obsolete. 
            Sets the Filters
            The Filters. | 
|  | WithVpcPeeringConnectionIds(array<String>[]()[][]) | Obsolete. 
            Sets the VpcPeeringConnectionIds
            The VpcPeeringConnectionIds. | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeVpcPeeringConnectionsRequest | |