Class: Aws::Types::PendingMaintenanceActionDetails
- Inherits:
-
Object
- Object
- Aws::Types::PendingMaintenanceActionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#auto_applied_after_date ⇒ ::String
Returns the value of attribute auto_applied_after_date.
-
#current_apply_date ⇒ ::String
Returns the value of attribute current_apply_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#forced_apply_date ⇒ ::String
Returns the value of attribute forced_apply_date.
-
#opt_in_status ⇒ ::String
Returns the value of attribute opt_in_status.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
242 243 244 |
# File 'sig/types.rbs', line 242 def action @action end |
#auto_applied_after_date ⇒ ::String
Returns the value of attribute auto_applied_after_date.
243 244 245 |
# File 'sig/types.rbs', line 243 def auto_applied_after_date @auto_applied_after_date end |
#current_apply_date ⇒ ::String
Returns the value of attribute current_apply_date.
244 245 246 |
# File 'sig/types.rbs', line 244 def current_apply_date @current_apply_date end |
#description ⇒ ::String
Returns the value of attribute description.
245 246 247 |
# File 'sig/types.rbs', line 245 def description @description end |
#forced_apply_date ⇒ ::String
Returns the value of attribute forced_apply_date.
246 247 248 |
# File 'sig/types.rbs', line 246 def forced_apply_date @forced_apply_date end |
#opt_in_status ⇒ ::String
Returns the value of attribute opt_in_status.
247 248 249 |
# File 'sig/types.rbs', line 247 def opt_in_status @opt_in_status end |