You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::StorageGateway::Types::ListFileSharesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListFileSharesInput
- Defined in:
- (unknown)
Overview
When passing ListFileSharesInput as input to an Aws::Client method, you can use a vanilla Hash:
{
gateway_arn: "GatewayARN",
limit: 1,
marker: "Marker",
}
ListFileShareInput
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway whose file shares you want to list.
-
#limit ⇒ Integer
The maximum number of file shares to return in the response.
-
#marker ⇒ String
Opaque pagination token returned from a previous ListFileShares operation.
Instance Attribute Details
#gateway_arn ⇒ String
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.
#limit ⇒ Integer
The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.
#marker ⇒ String
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.