You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::ListGatewaysInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListGatewaysInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  marker: "Marker",
  limit: 1,
}

A JSON object containing zero or more of the following fields:

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

Specifies that the list of gateways returned be limited to the specified number of items.

Returns:

  • (Integer)

    Specifies that the list of gateways returned be limited to the specified number of items.

#markerString

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

Returns:

  • (String)

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