Class: Aws::Types::UpdateDomainContactPrivacyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#admin_privacyBoolean

Returns the value of attribute admin_privacy.

Returns:

  • (Boolean)


543
544
545
# File 'sig/types.rbs', line 543

def admin_privacy
  @admin_privacy
end

#billing_privacyBoolean

Returns the value of attribute billing_privacy.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def domain_name
  @domain_name
end

#registrant_privacyBoolean

Returns the value of attribute registrant_privacy.

Returns:

  • (Boolean)


544
545
546
# File 'sig/types.rbs', line 544

def registrant_privacy
  @registrant_privacy
end

#tech_privacyBoolean

Returns the value of attribute tech_privacy.

Returns:

  • (Boolean)


545
546
547
# File 'sig/types.rbs', line 545

def tech_privacy
  @tech_privacy
end