ferruzzi commented on code in PR #56936:
URL: https://github.com/apache/airflow/pull/56936#discussion_r2457126896


##########
providers/amazon/docs/operators/ssm.rst:
##########
@@ -58,6 +58,43 @@ or the 
:class:`~airflow.providers.amazon.aws.triggers.ssm.SsmRunCommandTrigger`
     :dedent: 4
     :start-after: [START howto_operator_run_command]
     :end-before: [END howto_operator_run_command]
+.. _howto/operator:SsmGetCommandInvocationOperator:
+
+Retrieve output from an SSM command invocation
+==============================================
+
+To retrieve the output and execution details from an SSM command that has been 
executed, you can use
+:class:`~airflow.providers.amazon.aws.operators.ssm.SsmGetCommandInvocationOperator`.
+
+This operator is useful for:
+
+* Retrieving output from commands executed by ``SsmRunCommandOperator`` in 
previous tasks

Review Comment:
   Consider using the :class: format here like you did above (currently line 
67) to make it a convenient link.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to