Class: Aws::Types::UpdateDomainContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#admin_contactTypes::ContactDetail

Returns the value of attribute admin_contact.

Returns:



557
558
559
# File 'sig/types.rbs', line 557

def admin_contact
  @admin_contact
end

#billing_contactTypes::ContactDetail

Returns the value of attribute billing_contact.

Returns:



561
562
563
# File 'sig/types.rbs', line 561

def billing_contact
  @billing_contact
end

Returns the value of attribute consent.

Returns:



560
561
562
# File 'sig/types.rbs', line 560

def consent
  @consent
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:



556
557
558
# File 'sig/types.rbs', line 556

def domain_name
  @domain_name
end

#registrant_contactTypes::ContactDetail

Returns the value of attribute registrant_contact.

Returns:



558
559
560
# File 'sig/types.rbs', line 558

def registrant_contact
  @registrant_contact
end

#tech_contactTypes::ContactDetail

Returns the value of attribute tech_contact.

Returns:



559
560
561
# File 'sig/types.rbs', line 559

def tech_contact
  @tech_contact
end