Class: Aws::Types::TransferDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::TransferDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_contact ⇒ Types::ContactDetail
Returns the value of attribute admin_contact.
-
#auth_code ⇒ ::String
Returns the value of attribute auth_code.
-
#auto_renew ⇒ Boolean
Returns the value of attribute auto_renew.
-
#billing_contact ⇒ Types::ContactDetail
Returns the value of attribute billing_contact.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#duration_in_years ⇒ ::Integer
Returns the value of attribute duration_in_years.
-
#idn_lang_code ⇒ ::String
Returns the value of attribute idn_lang_code.
-
#nameservers ⇒ ::Array[Types::Nameserver]
Returns the value of attribute nameservers.
-
#privacy_protect_admin_contact ⇒ Boolean
Returns the value of attribute privacy_protect_admin_contact.
-
#privacy_protect_billing_contact ⇒ Boolean
Returns the value of attribute privacy_protect_billing_contact.
-
#privacy_protect_registrant_contact ⇒ Boolean
Returns the value of attribute privacy_protect_registrant_contact.
-
#privacy_protect_tech_contact ⇒ Boolean
Returns the value of attribute privacy_protect_tech_contact.
-
#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.
508 509 510 |
# File 'sig/types.rbs', line 508 def admin_contact @admin_contact end |
#auth_code ⇒ ::String
Returns the value of attribute auth_code.
506 507 508 |
# File 'sig/types.rbs', line 506 def auth_code @auth_code end |
#auto_renew ⇒ Boolean
Returns the value of attribute auto_renew.
507 508 509 |
# File 'sig/types.rbs', line 507 def auto_renew @auto_renew end |
#billing_contact ⇒ Types::ContactDetail
Returns the value of attribute billing_contact.
514 515 516 |
# File 'sig/types.rbs', line 514 def billing_contact @billing_contact end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
502 503 504 |
# File 'sig/types.rbs', line 502 def domain_name @domain_name end |
#duration_in_years ⇒ ::Integer
Returns the value of attribute duration_in_years.
504 505 506 |
# File 'sig/types.rbs', line 504 def duration_in_years @duration_in_years end |
#idn_lang_code ⇒ ::String
Returns the value of attribute idn_lang_code.
503 504 505 |
# File 'sig/types.rbs', line 503 def idn_lang_code @idn_lang_code end |
#nameservers ⇒ ::Array[Types::Nameserver]
Returns the value of attribute nameservers.
505 506 507 |
# File 'sig/types.rbs', line 505 def nameservers @nameservers end |
#privacy_protect_admin_contact ⇒ Boolean
Returns the value of attribute privacy_protect_admin_contact.
511 512 513 |
# File 'sig/types.rbs', line 511 def privacy_protect_admin_contact @privacy_protect_admin_contact end |
#privacy_protect_billing_contact ⇒ Boolean
Returns the value of attribute privacy_protect_billing_contact.
515 516 517 |
# File 'sig/types.rbs', line 515 def privacy_protect_billing_contact @privacy_protect_billing_contact end |
#privacy_protect_registrant_contact ⇒ Boolean
Returns the value of attribute privacy_protect_registrant_contact.
512 513 514 |
# File 'sig/types.rbs', line 512 def privacy_protect_registrant_contact @privacy_protect_registrant_contact end |
#privacy_protect_tech_contact ⇒ Boolean
Returns the value of attribute privacy_protect_tech_contact.
513 514 515 |
# File 'sig/types.rbs', line 513 def privacy_protect_tech_contact @privacy_protect_tech_contact end |
#registrant_contact ⇒ Types::ContactDetail
Returns the value of attribute registrant_contact.
509 510 511 |
# File 'sig/types.rbs', line 509 def registrant_contact @registrant_contact end |
#tech_contact ⇒ Types::ContactDetail
Returns the value of attribute tech_contact.
510 511 512 |
# File 'sig/types.rbs', line 510 def tech_contact @tech_contact end |