{ "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-gateway-info-structure.json", "name": "GatewayInfo", "description": "Describes a gateway object.", "properties": { "GatewayId": { "allOf": [ { "$ref": "#/components/schemas/GatewayId" }, { "description": "The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations." } ] }, "GatewayARN": { "allOf": [ { "$ref": "#/components/schemas/GatewayARN" }, { "description": "The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region." } ] }, "GatewayType": { "allOf": [ { "$ref": "#/components/schemas/GatewayType" }, { "description": "The type of the gateway." } ] }, "GatewayOperationalState": { "allOf": [ { "$ref": "#/components/schemas/GatewayOperationalState" }, { "description": "
The state of the gateway.
Valid Values: DISABLED | ACTIVE