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

Class: Aws::Route53Domains::Types::UpdateDomainContactPrivacyRequest

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

Overview

Note:

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

{
  domain_name: "DomainName", # required
  admin_privacy: false,
  registrant_privacy: false,
  tech_privacy: false,
}

The UpdateDomainContactPrivacy request includes the following elements.

Instance Attribute Summary collapse

Instance Attribute Details

#admin_privacyBoolean

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the admin contact.

Returns:

  • (Boolean)

    Whether you want to conceal contact information from WHOIS queries.

#domain_nameString

The name of the domain that you want to update the privacy setting for.

Returns:

  • (String)

    The name of the domain that you want to update the privacy setting for.

#registrant_privacyBoolean

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the registrant contact (domain owner).

Returns:

  • (Boolean)

    Whether you want to conceal contact information from WHOIS queries.

#tech_privacyBoolean

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS (\"who is\") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the technical contact.

Returns:

  • (Boolean)

    Whether you want to conceal contact information from WHOIS queries.