Enum aws_sigv4::SignatureKey [−][src]
pub enum SignatureKey { Authorization, AmzDate, AmzSecurityToken, }
SignatureKey is the key portion of the key-value pair of a generated SigV4 signature.
When signing with SigV4, the algorithm produces multiple components of a signature that MUST be applied to a request.
Variants
Implementations
impl SignatureKey
[src]
impl SignatureKey
[src]