AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
Aws::Crt::Imds::IamProfile Struct Reference

#include <ImdsClient.h>

Public Member Functions

 IamProfile ()
 IamProfile (const IamProfileView &other)
IamProfileoperator= (const IamProfileView &other)

Public Attributes

DateTime lastUpdated
String instanceProfileArn
String instanceProfileId

Detailed Description

A convenient class for you to persist data from IamProfileView, which has StringView members.

Constructor & Destructor Documentation

◆ IamProfile() [1/2]

Aws::Crt::Imds::IamProfile::IamProfile ( )
inline

◆ IamProfile() [2/2]

Aws::Crt::Imds::IamProfile::IamProfile ( const IamProfileView & other)

Member Function Documentation

◆ operator=()

IamProfile & Aws::Crt::Imds::IamProfile::operator= ( const IamProfileView & other)

Member Data Documentation

◆ instanceProfileArn

String Aws::Crt::Imds::IamProfile::instanceProfileArn

◆ instanceProfileId

String Aws::Crt::Imds::IamProfile::instanceProfileId

◆ lastUpdated

DateTime Aws::Crt::Imds::IamProfile::lastUpdated

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