Class: Aws::Types::UpdateDomainContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_contact ⇒ Types::ContactDetail
Returns the value of attribute admin_contact.
-
#billing_contact ⇒ Types::ContactDetail
Returns the value of attribute billing_contact.
-
#consent ⇒ Types::Consent
Returns the value of attribute consent.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#registrant_contact ⇒ Types::ContactDetail
Returns the value of attribute registrant_contact.
-
#tech_contact ⇒ Types::ContactDetail
Returns the value of attribute tech_contact.
Instance Attribute Details
#admin_contact ⇒ Types::ContactDetail
Returns the value of attribute admin_contact.
557 558 559 |
# File 'sig/types.rbs', line 557 def admin_contact @admin_contact end |
#billing_contact ⇒ Types::ContactDetail
Returns the value of attribute billing_contact.
561 562 563 |
# File 'sig/types.rbs', line 561 def billing_contact @billing_contact end |
#consent ⇒ Types::Consent
Returns the value of attribute consent.
560 561 562 |
# File 'sig/types.rbs', line 560 def end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
556 557 558 |
# File 'sig/types.rbs', line 556 def domain_name @domain_name end |
#registrant_contact ⇒ Types::ContactDetail
Returns the value of attribute registrant_contact.
558 559 560 |
# File 'sig/types.rbs', line 558 def registrant_contact @registrant_contact end |
#tech_contact ⇒ Types::ContactDetail
Returns the value of attribute tech_contact.
559 560 561 |
# File 'sig/types.rbs', line 559 def tech_contact @tech_contact end |