Class: Aws::Types::AcceptDomainTransferFromAnotherAwsAccountRequest
- Inherits:
-
Object
- Object
- Aws::Types::AcceptDomainTransferFromAnotherAwsAccountRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#password ⇒ ::String
Returns the value of attribute password.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
12 13 14 |
# File 'sig/types.rbs', line 12 def domain_name @domain_name end |
#password ⇒ ::String
Returns the value of attribute password.
13 14 15 |
# File 'sig/types.rbs', line 13 def password @password end |