userver: sqs::Credentials Struct Reference
Loading...
Searching...
No Matches
sqs::Credentials Struct Reference

#include </data/code/userver/libraries/sqs/include/userver/sqs/json_client.hpp>

Detailed Description

Access keys used to sign requests with AWS SigV4.

Definition at line 35 of file json_client.hpp.

Public Attributes

std::string access_key_id
std::string secret_key
std::string session_token

Member Data Documentation

◆ access_key_id

std::string sqs::Credentials::access_key_id

Definition at line 36 of file json_client.hpp.

◆ secret_key

std::string sqs::Credentials::secret_key

Definition at line 37 of file json_client.hpp.

◆ session_token

std::string sqs::Credentials::session_token

Definition at line 38 of file json_client.hpp.


The documentation for this struct was generated from the following file: