Class: Aws::Types::UpdateRootDomainUnitOwnerInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRootDomainUnitOwnerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#current_owner ⇒ ::String
Returns the value of attribute current_owner.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#new_owner ⇒ ::String
Returns the value of attribute new_owner.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
6805 6806 6807 |
# File 'sig/types.rbs', line 6805 def client_token @client_token end |
#current_owner ⇒ ::String
Returns the value of attribute current_owner.
6803 6804 6805 |
# File 'sig/types.rbs', line 6803 def current_owner @current_owner end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6802 6803 6804 |
# File 'sig/types.rbs', line 6802 def domain_identifier @domain_identifier end |
#new_owner ⇒ ::String
Returns the value of attribute new_owner.
6804 6805 6806 |
# File 'sig/types.rbs', line 6804 def new_owner @new_owner end |