Container for the parameters to the ListGateways operation.
This operation lists gateways owned by an AWS account in a region specified in the request. The returned list is ordered by gateway Amazon Resource Name (ARN).
By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you to optionally reduce the number of gateways returned in a response.
If you have more gateways than are returned in a response-that is, the response returns only a truncated list of your gateways-the response contains a marker that you can specify in your next request to fetch the next page of gateways.

C# |
public class ListGatewaysRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListGatewaysRequest()()()() | Initializes a new instance of the ListGatewaysRequest 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.) |
![]() | Limit |
Specifies that the list of gateways returned be limited to the specified number of items.
Constraints: |
![]() | Marker |
An opaque string that indicates the position at which to begin the returned list of gateways.
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithLimit(Int32) | Obsolete.
Sets the Limit property
|
![]() | WithMarker(String) | Obsolete.
Sets the Marker property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | ListGatewaysRequest |