Class: Aws::Types::TransferDomainToAnotherAwsAccountRequest
- Inherits:
-
Object
- Object
- Aws::Types::TransferDomainToAnotherAwsAccountRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
526 527 528 |
# File 'sig/types.rbs', line 526 def account_id @account_id end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
525 526 527 |
# File 'sig/types.rbs', line 525 def domain_name @domain_name end |