class Aws::StorageGateway::Types::ListFileSharesInput

ListFileShareInput

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

data as a hash:

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

@!attribute [rw] gateway_arn

The Amazon Resource Name (ARN) of the gateway whose file shares you
want to list. If this field is not present, all file shares under
your account are listed.
@return [String]

@!attribute [rw] limit

The maximum number of file shares to return in the response. The
value must be an integer with a value greater than zero. Optional.
@return [Integer]

@!attribute [rw] marker

Opaque pagination token returned from a previous ListFileShares
operation. If present, `Marker` specifies where to continue the list
from after a previous call to ListFileShares. Optional.
@return [String]

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

Constants

SENSITIVE