Class: Aws::Types::UpdateDomainContactPrivacyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainContactPrivacyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_privacy ⇒ Boolean
Returns the value of attribute admin_privacy.
-
#billing_privacy ⇒ Boolean
Returns the value of attribute billing_privacy.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#registrant_privacy ⇒ Boolean
Returns the value of attribute registrant_privacy.
-
#tech_privacy ⇒ Boolean
Returns the value of attribute tech_privacy.
Instance Attribute Details
#admin_privacy ⇒ Boolean
Returns the value of attribute admin_privacy.
543 544 545 |
# File 'sig/types.rbs', line 543 def admin_privacy @admin_privacy end |
#billing_privacy ⇒ Boolean
Returns the value of attribute billing_privacy.
546 547 548 |
# File 'sig/types.rbs', line 546 def billing_privacy @billing_privacy end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
542 543 544 |
# File 'sig/types.rbs', line 542 def domain_name @domain_name end |
#registrant_privacy ⇒ Boolean
Returns the value of attribute registrant_privacy.
544 545 546 |
# File 'sig/types.rbs', line 544 def registrant_privacy @registrant_privacy end |
#tech_privacy ⇒ Boolean
Returns the value of attribute tech_privacy.
545 546 547 |
# File 'sig/types.rbs', line 545 def tech_privacy @tech_privacy end |