Skip to content

Commit

Permalink
chore(docs): docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena committed Apr 28, 2023
1 parent daec4a0 commit 40d5edc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def __init__(
stage: str,
context: Optional[Dict] = None,
usage_identifier_key: Optional[str] = None,
partition: str = "aws"
partition: str = "aws",
):
"""
Parameters
Expand Down Expand Up @@ -405,8 +405,8 @@ def __init__(
must return one of the usage plan's API keys as the usageIdentifierKey property value.
> **Note:** This only applies for REST APIs.
partition: str, optional
Default is aws,
But it is "aws-cn" in China.
Optional, arn partition.
See https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
"""
self.principal_id = principal_id
self.region = region
Expand Down

0 comments on commit 40d5edc

Please sign in to comment.