Class: Aws::Types::StartDomainMaintenanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartDomainMaintenanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "REBOOT_NODE", ...
Returns the value of attribute action.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
Instance Attribute Details
#action ⇒ "REBOOT_NODE", ...
Returns the value of attribute action.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def action @action end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def domain_name @domain_name end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def node_id @node_id end |