Class: Aws::Types::GetDomainMaintenanceStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDomainMaintenanceStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "REBOOT_NODE", ...
Returns the value of attribute action.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#action ⇒ "REBOOT_NODE", ...
Returns the value of attribute action.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def action @action end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def created_at @created_at end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def node_id @node_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def @status_message end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def updated_at @updated_at end |