class Aws::BackupGateway::Types::UpdateHypervisorInput

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

data as a hash:

    {
      host: "Host",
      hypervisor_arn: "ServerArn", # required
      password: "Password",
      username: "Username",
    }

@!attribute [rw] host

The updated host of the hypervisor. This can be either an IP address
or a fully-qualified domain name (FQDN).
@return [String]

@!attribute [rw] hypervisor_arn

The Amazon Resource Name (ARN) of the hypervisor to update.
@return [String]

@!attribute [rw] password

The updated password for the hypervisor.
@return [String]

@!attribute [rw] username

The updated username for the hypervisor.
@return [String]

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

Constants

SENSITIVE