class Aws::StorageGateway::Types::ListVolumesInput

A JSON object that contains one or more of the following fields:

@note When making an API call, you may pass ListVolumesInput

data as a hash:

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

@!attribute [rw] gateway_arn

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Region.
@return [String]

@!attribute [rw] marker

A string that indicates the position at which to begin the returned
list of volumes. Obtain the marker from the response of a previous
List iSCSI Volumes request.
@return [String]

@!attribute [rw] limit

Specifies that the list of volumes returned be limited to the
specified number of items.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListVolumesInput AWS API Documentation

Constants

SENSITIVE