Fix lint error
This commit is contained in:
parent
89e4ab93ee
commit
2d6be24ffc
@ -66,7 +66,7 @@ class SecretsManagerResponse(BaseResponse):
|
|||||||
rotation_lambda_arn=rotation_lambda_arn,
|
rotation_lambda_arn=rotation_lambda_arn,
|
||||||
rotation_rules=rotation_rules
|
rotation_rules=rotation_rules
|
||||||
)
|
)
|
||||||
|
|
||||||
def list_secrets(self):
|
def list_secrets(self):
|
||||||
max_results = self._get_int_param("MaxResults")
|
max_results = self._get_int_param("MaxResults")
|
||||||
next_token = self._get_param("NextToken")
|
next_token = self._get_param("NextToken")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user