You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53Domains::Types::UpdateDomainNameserversRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateDomainNameserversRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  domain_name: "DomainName", # required
  fi_auth_key: "FIAuthKey",
  nameservers: [ # required
    {
      name: "HostName", # required
      glue_ips: ["GlueIp"],
    },
  ],
}

Replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.

If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain that you want to change name servers for.

Returns:

  • (String)

    The name of the domain that you want to change name servers for.

#fi_auth_keyString

The authorization key for .fi domains

Returns:

  • (String)

    The authorization key for .fi domains.

#nameserversArray<Types::Nameserver>

A list of new name servers for the domain.

Returns: