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

Class: Aws::StorageGateway::Types::ListVolumesInput

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

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

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the gateway.

#limitInteger

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

Returns:

  • (Integer)

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

#markerString

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.

Returns:

  • (String)

    A string that indicates the position at which to begin the returned list of volumes.