UrlSigningParamIdentifier Class
Defines how to identify a parameter for a specific purpose e.g. expires.
Constructor
UrlSigningParamIdentifier(*args: Any, **kwargs: Any)
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
param_indicator
"Expires", "KeyId", and "Signature".
param_indicator: str | _models.ParamIndicator
param_name
Parameter name. Required.
param_name: str