AWS SDK for .NET Documentation
ListGatewaysRequest Class
AmazonAmazon.StorageGateway.ModelListGatewaysRequest Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class ListGatewaysRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListGatewaysRequest()()()()
Initializes a new instance of the ListGatewaysRequest 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.)
Limit
Specifies that the list of gateways returned be limited to the specified number of items.

Constraints:

Range
1 -


Marker
An opaque string that indicates the position at which to begin the returned list of gateways.

Constraints:

Length
1 - 1000


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

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ListGatewaysRequest
See Also

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