aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#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 |