Class: Aws::Types::UpdateDomainNameserversRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:fi_auth_key])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def domain_name
  @domain_name
end

#fi_auth_key::String

Returns the value of attribute fi_auth_key.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def fi_auth_key
  @fi_auth_key
end

#nameservers::Array[Types::Nameserver]

Returns the value of attribute nameservers.

Returns:



573
574
575
# File 'sig/types.rbs', line 573

def nameservers
  @nameservers
end