Returns information about your customer gateways.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeCustomerGatewaysRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeCustomerGatewaysRequest()()()() | Initializes a new instance of the DescribeCustomerGatewaysRequest class | 
|  | CustomerGatewayId | 
            One ore more customer gateway IDs.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filter | 
            The filter to apply on the results of DescribeCustomerGateways.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetCustomerGatewayId()()()() | 
            Checks if CustomerGatewayId property is set
             | 
|  | IsSetFilter()()()() | 
            Checks if Filter property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCustomerGatewayId(array<String>[]()[][]) | Obsolete. 
            Sets customer gateway IDs.
             | 
|  | WithFilter(array<Filter>[]()[][]) | Obsolete. 
            Sets the filter to apply on the results of DescribeCustomerGateways.
             | 
 Remarks
 Remarks
            You can filter the results to return information only about customer gateways
            that match criteria you specify.
            
            For example, you could ask to get information about a particular
            customer gateway (or all) only if the gateway's state is pending or
            available. You can specify multiple filters (e.g., the customer
            gateway has a particular IP address for the Internet-routable
            external interface, and the gateway's state is pending or
            available). The result includes information for a particular
            customer gateway only if the gateway matches all your
            filters. If there's no match, no special message is returned;
            the response is simply empty
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeCustomerGatewaysRequest | |