get_usage_plan_key¶
Operation¶
get_usage_plan_key
async
¶
get_usage_plan_key(input: GetUsagePlanKeyInput, plugins: list[Plugin] | None = None) -> GetUsagePlanKeyOutput
Gets a usage plan key of a given key identifier.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetUsagePlanKeyInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
GetUsagePlanKeyOutput
|
An instance of |