Skip to content

Update Gateway Information

backupgateway_update_gateway_information 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.

Usage

backupgateway_update_gateway_information(GatewayArn, GatewayDisplayName)

Arguments

GatewayArn

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

GatewayDisplayName

The updated display name of the gateway.

Value

A list with the following syntax:

list(
  GatewayArn = "string"
)

Request syntax

svc$update_gateway_information(
  GatewayArn = "string",
  GatewayDisplayName = "string"
)