Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Describe Nfs File Shares Output Structure

DescribeNFSFileSharesOutput

Type: object Properties: 1
BackupFile StorageGatewayHybrid CloudStorage

DescribeNFSFileSharesOutput is a JSON Structure definition published by Amazon Storage Gateway, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NFSFileShareInfoList

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-describe-nfs-file-shares-output-structure.json",
  "name": "DescribeNFSFileSharesOutput",
  "description": "DescribeNFSFileSharesOutput",
  "properties": {
    "NFSFileShareInfoList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NFSFileShareInfoList"
        },
        {
          "description": "An array containing a description for each requested file share."
        }
      ]
    }
  }
}