SigV4  v1.0.0
SigV4 Library for AWS Authentication
SigV4DateTime_t Struct Reference

An aggregator representing the individually parsed elements of the user-provided date parameter. This is used to verify the complete date representation, and construct the final ISO 8601 string. More...

#include <sigv4_internal.h>

Data Fields

int32_t tm_year
 
int32_t tm_mon
 
int32_t tm_mday
 
int32_t tm_hour
 
int32_t tm_min
 
int32_t tm_sec
 

Detailed Description

An aggregator representing the individually parsed elements of the user-provided date parameter. This is used to verify the complete date representation, and construct the final ISO 8601 string.

Field Documentation

◆ tm_year

int32_t SigV4DateTime_t::tm_year

Year (1900 or later)

◆ tm_mon

int32_t SigV4DateTime_t::tm_mon

Month (1 to 12)

◆ tm_mday

int32_t SigV4DateTime_t::tm_mday

Day of Month (1 to 28/29/30/31)

◆ tm_hour

int32_t SigV4DateTime_t::tm_hour

Hour (0 to 23)

◆ tm_min

int32_t SigV4DateTime_t::tm_min

Minutes (0 to 59)

◆ tm_sec

int32_t SigV4DateTime_t::tm_sec

Seconds (0 to 60)


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