Module: Aws::SSM::Client::_GetMaintenanceWindowExecutionTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMaintenanceWindowExecutionTaskResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alarm_configuration ⇒ Types::AlarmConfiguration
- #end_time ⇒ ::Time
- #max_concurrency ⇒ ::String
- #max_errors ⇒ ::String
- #priority ⇒ ::Integer
- #service_role ⇒ ::String
- #start_time ⇒ ::Time
- #status ⇒ "PENDING", ...
- #status_details ⇒ ::String
- #task_arn ⇒ ::String
- #task_execution_id ⇒ ::String
- #task_parameters ⇒ ::Array[::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]]
- #triggered_alarms ⇒ ::Array[Types::AlarmStateInformation]
- #type ⇒ "RUN_COMMAND", ...
- #window_execution_id ⇒ ::String
Instance Method Details
#alarm_configuration ⇒ Types::AlarmConfiguration
1550 |
# File 'sig/client.rbs', line 1550
def alarm_configuration: () -> Types::AlarmConfiguration
|
#end_time ⇒ ::Time
1549 |
# File 'sig/client.rbs', line 1549
def end_time: () -> ::Time
|
#max_concurrency ⇒ ::String
1544 |
# File 'sig/client.rbs', line 1544
def max_concurrency: () -> ::String
|
#max_errors ⇒ ::String
1545 |
# File 'sig/client.rbs', line 1545
def max_errors: () -> ::String
|
#priority ⇒ ::Integer
1543 |
# File 'sig/client.rbs', line 1543
def priority: () -> ::Integer
|
#service_role ⇒ ::String
1540 |
# File 'sig/client.rbs', line 1540
def service_role: () -> ::String
|
#start_time ⇒ ::Time
1548 |
# File 'sig/client.rbs', line 1548
def start_time: () -> ::Time
|
#status ⇒ "PENDING", ...
1546 |
# File 'sig/client.rbs', line 1546
def status: () -> ("PENDING" | "IN_PROGRESS" | "SUCCESS" | "FAILED" | "TIMED_OUT" | "CANCELLING" | "CANCELLED" | "SKIPPED_OVERLAPPING")
|
#status_details ⇒ ::String
1547 |
# File 'sig/client.rbs', line 1547
def status_details: () -> ::String
|
#task_arn ⇒ ::String
1539 |
# File 'sig/client.rbs', line 1539
def task_arn: () -> ::String
|
#task_execution_id ⇒ ::String
1538 |
# File 'sig/client.rbs', line 1538
def task_execution_id: () -> ::String
|
#task_parameters ⇒ ::Array[::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]]
1542 |
# File 'sig/client.rbs', line 1542
def task_parameters: () -> ::Array[::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]]
|
#triggered_alarms ⇒ ::Array[Types::AlarmStateInformation]
1551 |
# File 'sig/client.rbs', line 1551
def triggered_alarms: () -> ::Array[Types::AlarmStateInformation]
|
#type ⇒ "RUN_COMMAND", ...
1541 |
# File 'sig/client.rbs', line 1541
def type: () -> ("RUN_COMMAND" | "AUTOMATION" | "STEP_FUNCTIONS" | "LAMBDA")
|
#window_execution_id ⇒ ::String
1537 |
# File 'sig/client.rbs', line 1537
def window_execution_id: () -> ::String
|