Class: Aws::Types::UpdateDomainNameRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainNameRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
-
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def domain_name @domain_name end |
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def domain_name_id @domain_name_id end |
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def patch_operations @patch_operations end |