Open 3D Engine AWSMetrics 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.
AWSMetrics::ServiceAPI::PostMetricsEventsResponse Struct Reference

Response for all the processed metrics events from a PostMetricsEvents request. More...

#include <AWSMetricsServiceApi.h>

Public Member Functions

bool OnJsonKey (const char *key, AWSCore::JsonReader &reader)
 

Public Attributes

int m_failedRecordCount { 0 }
 Number of events that failed to be sent to the backend.
 
PostMetricsEventsResponseEntries m_responseEntries
 
int m_total { 0 }
 Response list for all the processed metrics events.
 

Detailed Description

Response for all the processed metrics events from a PostMetricsEvents request.

Member Function Documentation

◆ OnJsonKey()

bool AWSMetrics::ServiceAPI::PostMetricsEventsResponse::OnJsonKey ( const char *  key,
AWSCore::JsonReader &  reader 
)

Identify the expected property type in the response and provide a location where the property value can be stored.

Parameters
keyName of the property.
readerJSON reader to read the property.

Member Data Documentation

◆ m_total

int AWSMetrics::ServiceAPI::PostMetricsEventsResponse::m_total { 0 }

Response list for all the processed metrics events.

Total number of events that were processed in the request.


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