class Aws::StorageGateway::Types::ListFileSystemAssociationsInput

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

data as a hash:

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

@!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] limit

The maximum number of file system associations to return in the
response. If present, `Limit` must be an integer with a value
greater than zero. Optional.
@return [Integer]

@!attribute [rw] marker

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

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

Constants

SENSITIVE