Open 3D Engine AWSCore Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AWSCore::AWSCredentialResult Struct Reference

#include <AWSCredentialBus.h>

Public Member Functions

void operator= (std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &&rhs)
 

Public Attributes

std::shared_ptr< Aws::Auth::AWSCredentialsProvider > result
 

Detailed Description

Aggregates credentials provider results returned by all handlers which takes the first valid credential provider following the order

Member Function Documentation

◆ operator=()

void AWSCore::AWSCredentialResult::operator= ( std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &&  rhs)
inline

Overloads the assignment operator to aggregate a new value with the existing aggregated value using rvalue


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