Class: Aws::Types::VerifiedAccessInstanceCustomSubDomain
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessInstanceCustomSubDomain
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#nameservers ⇒ ::Array[::String]
Returns the value of attribute nameservers.
-
#sub_domain ⇒ ::String
Returns the value of attribute sub_domain.
Instance Attribute Details
#nameservers ⇒ ::Array[::String]
Returns the value of attribute nameservers.
18667 18668 18669 |
# File 'sig/types.rbs', line 18667 def nameservers @nameservers end |
#sub_domain ⇒ ::String
Returns the value of attribute sub_domain.
18666 18667 18668 |
# File 'sig/types.rbs', line 18666 def sub_domain @sub_domain end |