Skip to content

Commit

Permalink
add doc string for RefreshableCredentials expiry_time (#3024)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlm6693 authored Sep 27, 2023
1 parent 11ea35e commit ddbcddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions botocore/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ class RefreshableCredentials(Credentials):
:param str access_key: The access key part of the credentials.
:param str secret_key: The secret key part of the credentials.
:param str token: The security token, valid only for session credentials.
:param datetime expiry_time: The expiration time of the credentials.
:param function refresh_using: Callback function to refresh the credentials.
:param str method: A string which identifies where the credentials
were found.
Expand Down

0 comments on commit ddbcddc

Please sign in to comment.