DescribeNFSFileSharesInput

DescribeNFSFileSharesInput

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
FileShareARNList object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-describe-nfs-file-shares-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-describe-nfs-file-shares-input-schema.json",
  "title": "DescribeNFSFileSharesInput",
  "description": "DescribeNFSFileSharesInput",
  "type": "object",
  "properties": {
    "FileShareARNList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FileShareARNList"
        },
        {
          "description": "An array containing the Amazon Resource Name (ARN) of each file share to be described."
        }
      ]
    }
  },
  "required": [
    "FileShareARNList"
  ]
}