Module: Aws::SSM::Client::_GetMaintenanceWindowExecutionTaskInvocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMaintenanceWindowExecutionTaskInvocationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #end_time ⇒ ::Time
- #execution_id ⇒ ::String
- #invocation_id ⇒ ::String
- #owner_information ⇒ ::String
- #parameters ⇒ ::String
- #start_time ⇒ ::Time
- #status ⇒ "PENDING", ...
- #status_details ⇒ ::String
- #task_execution_id ⇒ ::String
- #task_type ⇒ "RUN_COMMAND", ...
- #window_execution_id ⇒ ::String
- #window_target_id ⇒ ::String
Instance Method Details
#end_time ⇒ ::Time
1571 |
# File 'sig/client.rbs', line 1571
def end_time: () -> ::Time
|
#execution_id ⇒ ::String
1565 |
# File 'sig/client.rbs', line 1565
def execution_id: () -> ::String
|
#invocation_id ⇒ ::String
1564 |
# File 'sig/client.rbs', line 1564
def invocation_id: () -> ::String
|
#owner_information ⇒ ::String
1572 |
# File 'sig/client.rbs', line 1572
def owner_information: () -> ::String
|
#parameters ⇒ ::String
1567 |
# File 'sig/client.rbs', line 1567
def parameters: () -> ::String
|
#start_time ⇒ ::Time
1570 |
# File 'sig/client.rbs', line 1570
def start_time: () -> ::Time
|
#status ⇒ "PENDING", ...
1568 |
# File 'sig/client.rbs', line 1568
def status: () -> ("PENDING" | "IN_PROGRESS" | "SUCCESS" | "FAILED" | "TIMED_OUT" | "CANCELLING" | "CANCELLED" | "SKIPPED_OVERLAPPING")
|
#status_details ⇒ ::String
1569 |
# File 'sig/client.rbs', line 1569
def status_details: () -> ::String
|
#task_execution_id ⇒ ::String
1563 |
# File 'sig/client.rbs', line 1563
def task_execution_id: () -> ::String
|
#task_type ⇒ "RUN_COMMAND", ...
1566 |
# File 'sig/client.rbs', line 1566
def task_type: () -> ("RUN_COMMAND" | "AUTOMATION" | "STEP_FUNCTIONS" | "LAMBDA")
|
#window_execution_id ⇒ ::String
1562 |
# File 'sig/client.rbs', line 1562
def window_execution_id: () -> ::String
|
#window_target_id ⇒ ::String
1573 |
# File 'sig/client.rbs', line 1573
def window_target_id: () -> ::String
|