Skip to content

Commit

Permalink
Revert "temporarily change SsmHook::get_parameter_value doc"
Browse files Browse the repository at this point in the history
This reverts commit 8308872.
  • Loading branch information
shahar1 committed Jan 11, 2025
1 parent 3589180 commit 990cc6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion providers/src/airflow/providers/amazon/aws/hooks/ssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ def __init__(self, *args, **kwargs) -> None:
def get_parameter_value(self, parameter: str, default: str | ArgNotSet = NOTSET) -> str:
"""
Return the provided Parameter or an optional default; if it is encrypted, then decrypt and mask.
See also: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ssm/client/get_parameter.html#SSM.Client.get_parameter.
.. seealso::
- :external+boto3:py:meth:`SSM.Client.get_parameter`
:param parameter: The SSM Parameter name to return the value for.
:param default: Optional default value to return if none is found.
Expand Down

0 comments on commit 990cc6f

Please sign in to comment.