Class: Aws::Types::UpdateDomainNameRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainNameRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def description @description end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def domain_name @domain_name end |