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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53domains/types.rb

Overview

The UpdateDomainContactPrivacy request includes the following elements.

Constant Summary collapse

SENSITIVE =
[]

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 or for our registrar associate, Gandi. If you specify `false`, WHOIS queries return the information that you entered for the admin contact.

<note markdown=“1”> You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.

</note>

Returns:

  • (Boolean)


2971
2972
2973
2974
2975
2976
2977
2978
2979
# File 'lib/aws-sdk-route53domains/types.rb', line 2971

class UpdateDomainContactPrivacyRequest < Struct.new(
  :domain_name,
  :admin_privacy,
  :registrant_privacy,
  :tech_privacy,
  :billing_privacy)
  SENSITIVE = []
  include Aws::Structure
end

#billing_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 or for our registrar associate, Gandi. If you specify `false`, WHOIS queries return the information that you entered for the billing contact.

<note markdown=“1”> You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.

</note>

Returns:

  • (Boolean)


2971
2972
2973
2974
2975
2976
2977
2978
2979
# File 'lib/aws-sdk-route53domains/types.rb', line 2971

class UpdateDomainContactPrivacyRequest < Struct.new(
  :domain_name,
  :admin_privacy,
  :registrant_privacy,
  :tech_privacy,
  :billing_privacy)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

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

Returns:

  • (String)


2971
2972
2973
2974
2975
2976
2977
2978
2979
# File 'lib/aws-sdk-route53domains/types.rb', line 2971

class UpdateDomainContactPrivacyRequest < Struct.new(
  :domain_name,
  :admin_privacy,
  :registrant_privacy,
  :tech_privacy,
  :billing_privacy)
  SENSITIVE = []
  include Aws::Structure
end

#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 or for our registrar associate, Gandi. If you specify `false`, WHOIS queries return the information that you entered for the registrant contact (domain owner).

<note markdown=“1”> You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.

</note>

Returns:

  • (Boolean)


2971
2972
2973
2974
2975
2976
2977
2978
2979
# File 'lib/aws-sdk-route53domains/types.rb', line 2971

class UpdateDomainContactPrivacyRequest < Struct.new(
  :domain_name,
  :admin_privacy,
  :registrant_privacy,
  :tech_privacy,
  :billing_privacy)
  SENSITIVE = []
  include Aws::Structure
end

#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 or for our registrar associate, Gandi. If you specify `false`, WHOIS queries return the information that you entered for the technical contact.

<note markdown=“1”> You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.

</note>

Returns:

  • (Boolean)


2971
2972
2973
2974
2975
2976
2977
2978
2979
# File 'lib/aws-sdk-route53domains/types.rb', line 2971

class UpdateDomainContactPrivacyRequest < Struct.new(
  :domain_name,
  :admin_privacy,
  :registrant_privacy,
  :tech_privacy,
  :billing_privacy)
  SENSITIVE = []
  include Aws::Structure
end