Class: Aws::Types::PendingMaintenanceAction
- Inherits:
-
Object
- Object
- Aws::Types::PendingMaintenanceAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#current_apply_date ⇒ ::Time
Returns the value of attribute current_apply_date.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def action @action end |
#current_apply_date ⇒ ::Time
Returns the value of attribute current_apply_date.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def current_apply_date @current_apply_date end |
#description ⇒ ::String
Returns the value of attribute description.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def description @description end |