backupgateway_update_gateway_information {paws.networking}R Documentation

Updates a gateway's name

Description

Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name (ARN) of the gateway in your request.

See https://www.paws-r-sdk.com/docs/backupgateway_update_gateway_information/ for full documentation.

Usage

backupgateway_update_gateway_information(GatewayArn, GatewayDisplayName = NULL)

Arguments

GatewayArn

[required] The Amazon Resource Name (ARN) of the gateway to update.

GatewayDisplayName

The updated display name of the gateway.


[Package paws.networking version 0.7.0 Index]