Module: Aws::SSM::Client::_GetExecutionPreviewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetExecutionPreviewResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ended_at ⇒ ::Time
- #execution_preview ⇒ Types::ExecutionPreview
- #execution_preview_id ⇒ ::String
- #status ⇒ "Pending", ...
- #status_message ⇒ ::String
Instance Method Details
#ended_at ⇒ ::Time
1443 |
# File 'sig/client.rbs', line 1443 def ended_at: () -> ::Time |
#execution_preview ⇒ Types::ExecutionPreview
1446 |
# File 'sig/client.rbs', line 1446 def execution_preview: () -> Types::ExecutionPreview |
#execution_preview_id ⇒ ::String
1442 |
# File 'sig/client.rbs', line 1442 def execution_preview_id: () -> ::String |
#status ⇒ "Pending", ...
1444 |
# File 'sig/client.rbs', line 1444 def status: () -> ("Pending" | "InProgress" | "Success" | "Failed") |
#status_message ⇒ ::String
1445 |
# File 'sig/client.rbs', line 1445 def status_message: () -> ::String |