AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <ImdsClient.h>
Public Member Functions | |
IamProfile () | |
IamProfile (const IamProfileView &other) | |
IamProfile & | operator= (const IamProfileView &other) |
Public Attributes | |
DateTime | lastUpdated |
String | instanceProfileArn |
String | instanceProfileId |
A convenient class for you to persist data from IamProfileView, which has StringView members.
|
inline |
Aws::Crt::Imds::IamProfile::IamProfile | ( | const IamProfileView & | other | ) |
IamProfile & Aws::Crt::Imds::IamProfile::operator= | ( | const IamProfileView & | other | ) |
String Aws::Crt::Imds::IamProfile::instanceProfileArn |
String Aws::Crt::Imds::IamProfile::instanceProfileId |
DateTime Aws::Crt::Imds::IamProfile::lastUpdated |