Values.GatewaySourceA gateway is an Backup Gateway appliance that runs on the customer's network to provide seamless connectivity to backup storage in the Amazon Web Services Cloud.
type nonrec t = {gatewayArn : GatewayArn.t option;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.
*)gatewayDisplayName : Name.t option;The display name of the gateway.
*)gatewayType : GatewayType.t option;The type of the gateway.
*)hypervisorId : HypervisorId.t option;The hypervisor ID of the gateway.
*)lastSeenTime : Time.t option;The last time Backup gateway communicated with the gateway, in Unix format and UTC time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of GatewayArn.t | `Timestamp of Time.t ])
list ]