SigV4 v1.3.0
SigV4 Library for AWS Authentication
 
Loading...
Searching...
No Matches
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 year
 
int32_t mon
 
int32_t mday
 
int32_t hour
 
int32_t min
 
int32_t 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

◆ year

int32_t SigV4DateTime_t::year

Year (1900 or later)

◆ mon

int32_t SigV4DateTime_t::mon

Month (1 to 12)

◆ mday

int32_t SigV4DateTime_t::mday

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

◆ hour

int32_t SigV4DateTime_t::hour

Hour (0 to 23)

◆ min

int32_t SigV4DateTime_t::min

Minutes (0 to 59)

◆ sec

int32_t SigV4DateTime_t::sec

Seconds (0 to 60)


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