Class: Aws::Types::CheckDomainTransferabilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::CheckDomainTransferabilityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_code ⇒ ::String
Returns the value of attribute auth_code.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#auth_code ⇒ ::String
Returns the value of attribute auth_code.
65 66 67 |
# File 'sig/types.rbs', line 65 def auth_code @auth_code end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
64 65 66 |
# File 'sig/types.rbs', line 64 def domain_name @domain_name end |