class Aws::BackupGateway::Types::AssociateGatewayToServerInput

@note When making an API call, you may pass AssociateGatewayToServerInput

data as a hash:

    {
      gateway_arn: "GatewayArn", # required
      server_arn: "ServerArn", # required
    }

@!attribute [rw] gateway_arn

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.
@return [String]

@!attribute [rw] server_arn

The Amazon Resource Name (ARN) of the server that hosts your virtual
machines.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/AssociateGatewayToServerInput AWS API Documentation

Constants

SENSITIVE