Class: Aws::Types::MaintenanceWindowExecution
- Inherits:
-
Object
- Object
- Aws::Types::MaintenanceWindowExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_details ⇒ ::String
Returns the value of attribute status_details.
-
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
-
#window_id ⇒ ::String
Returns the value of attribute window_id.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3003 3004 3005 |
# File 'sig/types.rbs', line 3003 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3002 3003 3004 |
# File 'sig/types.rbs', line 3002 def start_time @start_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
3000 3001 3002 |
# File 'sig/types.rbs', line 3000 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
3001 3002 3003 |
# File 'sig/types.rbs', line 3001 def status_details @status_details end |
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
2999 3000 3001 |
# File 'sig/types.rbs', line 2999 def window_execution_id @window_execution_id end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def window_id @window_id end |