Class: Aws::Types::VerifiedAccessInstanceCustomSubDomain

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#nameservers::Array[::String]

Returns the value of attribute nameservers.

Returns:

  • (::Array[::String])


19354
19355
19356
# File 'sig/types.rbs', line 19354

def nameservers
  @nameservers
end

#sub_domain::String

Returns the value of attribute sub_domain.

Returns:

  • (::String)


19353
19354
19355
# File 'sig/types.rbs', line 19353

def sub_domain
  @sub_domain
end