Class: Aws::Route53Domains::Types::UpdateDomainContactPrivacyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::UpdateDomainContactPrivacyRequest
- 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
-
#admin_privacy ⇒ Boolean
Whether you want to conceal contact information from WHOIS queries.
-
#billing_privacy ⇒ Boolean
Whether you want to conceal contact information from WHOIS queries.
-
#domain_name ⇒ String
The name of the domain that you want to update the privacy setting for.
-
#registrant_privacy ⇒ Boolean
Whether you want to conceal contact information from WHOIS queries.
-
#tech_privacy ⇒ Boolean
Whether you want to conceal contact information from WHOIS queries.
Instance Attribute Details
#admin_privacy ⇒ Boolean
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>
2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2981 class UpdateDomainContactPrivacyRequest < Struct.new( :domain_name, :admin_privacy, :registrant_privacy, :tech_privacy, :billing_privacy) SENSITIVE = [] include Aws::Structure end |
#billing_privacy ⇒ Boolean
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>
2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2981 class UpdateDomainContactPrivacyRequest < Struct.new( :domain_name, :admin_privacy, :registrant_privacy, :tech_privacy, :billing_privacy) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain that you want to update the privacy setting for.
2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2981 class UpdateDomainContactPrivacyRequest < Struct.new( :domain_name, :admin_privacy, :registrant_privacy, :tech_privacy, :billing_privacy) SENSITIVE = [] include Aws::Structure end |
#registrant_privacy ⇒ Boolean
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>
2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2981 class UpdateDomainContactPrivacyRequest < Struct.new( :domain_name, :admin_privacy, :registrant_privacy, :tech_privacy, :billing_privacy) SENSITIVE = [] include Aws::Structure end |
#tech_privacy ⇒ Boolean
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>
2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2981 class UpdateDomainContactPrivacyRequest < Struct.new( :domain_name, :admin_privacy, :registrant_privacy, :tech_privacy, :billing_privacy) SENSITIVE = [] include Aws::Structure end |