AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
Public Member Functions | |
CustomMetricIpList (CustomMetricIpListFunction inputFunction, Crt::Allocator *inputAllocator) | |
Public Member Functions inherited from Aws::Iotdevicedefenderv1::CustomMetricBase | |
virtual | ~CustomMetricBase () |
Static Public Member Functions | |
static int | GetMetricFunction (aws_array_list *output, void *data) |
Public Attributes | |
CustomMetricIpListFunction | m_metricFunction |
Public Attributes inherited from Aws::Iotdevicedefenderv1::CustomMetricBase | |
Crt::Allocator * | m_allocator |
A base class used to store all custom ip list metrics. Only used internally.
Aws::Iotdevicedefenderv1::CustomMetricIpList::CustomMetricIpList | ( | CustomMetricIpListFunction | inputFunction, |
Crt::Allocator * | inputAllocator | ||
) |
|
static |
CustomMetricIpListFunction Aws::Iotdevicedefenderv1::CustomMetricIpList::m_metricFunction |