Class: Aws::Types::TransferDomainRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:auth_code, :admin_contact, :registrant_contact, :tech_contact, :billing_contact])

Instance Attribute Summary collapse

Instance Attribute Details

#admin_contactTypes::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.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def auth_code
  @auth_code
end

#auto_renewBoolean

Returns the value of attribute auto_renew.

Returns:

  • (Boolean)


507
508
509
# File 'sig/types.rbs', line 507

def auto_renew
  @auto_renew
end

#billing_contactTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:



505
506
507
# File 'sig/types.rbs', line 505

def nameservers
  @nameservers
end

#privacy_protect_admin_contactBoolean

Returns the value of attribute privacy_protect_admin_contact.

Returns:

  • (Boolean)


511
512
513
# File 'sig/types.rbs', line 511

def privacy_protect_admin_contact
  @privacy_protect_admin_contact
end

#privacy_protect_billing_contactBoolean

Returns the value of attribute privacy_protect_billing_contact.

Returns:

  • (Boolean)


515
516
517
# File 'sig/types.rbs', line 515

def privacy_protect_billing_contact
  @privacy_protect_billing_contact
end

#privacy_protect_registrant_contactBoolean

Returns the value of attribute privacy_protect_registrant_contact.

Returns:

  • (Boolean)


512
513
514
# File 'sig/types.rbs', line 512

def privacy_protect_registrant_contact
  @privacy_protect_registrant_contact
end

#privacy_protect_tech_contactBoolean

Returns the value of attribute privacy_protect_tech_contact.

Returns:

  • (Boolean)


513
514
515
# File 'sig/types.rbs', line 513

def privacy_protect_tech_contact
  @privacy_protect_tech_contact
end

#registrant_contactTypes::ContactDetail

Returns the value of attribute registrant_contact.



509
510
511
# File 'sig/types.rbs', line 509

def registrant_contact
  @registrant_contact
end

#tech_contactTypes::ContactDetail

Returns the value of attribute tech_contact.



510
511
512
# File 'sig/types.rbs', line 510

def tech_contact
  @tech_contact
end