Class: Aws::Types::CheckDomainAvailabilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::CheckDomainAvailabilityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#idn_lang_code ⇒ ::String
Returns the value of attribute idn_lang_code.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
53 54 55 |
# File 'sig/types.rbs', line 53 def domain_name @domain_name end |
#idn_lang_code ⇒ ::String
Returns the value of attribute idn_lang_code.
54 55 56 |
# File 'sig/types.rbs', line 54 def idn_lang_code @idn_lang_code end |