Class: Aws::Types::GetMaintenanceWindowExecutionResult
- Inherits:
-
Object
- Object
- Aws::Types::GetMaintenanceWindowExecutionResult
- 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.
-
#task_ids ⇒ ::Array[::String]
Returns the value of attribute task_ids.
-
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def start_time @start_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def status_details @status_details end |
#task_ids ⇒ ::Array[::String]
Returns the value of attribute task_ids.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def task_ids @task_ids end |
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def window_execution_id @window_execution_id end |