UrlSigningParamIdentifier Class
Defines how to identify a parameter for a specific purpose e.g. expires.
Constructor
UrlSigningParamIdentifier()
Variables
| Name | Description |
|---|---|
|
param_indicator
|
Indicates the purpose of the parameter. Required. Known values are: "Expires", "KeyId", and "Signature". |
|
param_name
|
Parameter name. Required. |
Attributes
paramIndicator
"Expires", "KeyId", and "Signature".
paramIndicator: Required[str | ParamIndicator]
paramName
Parameter name. Required.
paramName: Required[str]