returnData property
When used in GetMetricData
, this option indicates whether to
return the timestamps and raw data values of this metric. If you are
performing this call just to do math expressions and do not also need the
raw data returned, you can specify False
. If you omit this, the
default of True
is used.
When used in PutMetricAlarm
, specify True
for the
one expression result to use as the alarm. For all other metrics and
expressions in the same PutMetricAlarm
operation, specify
ReturnData
as False.
Implementation
final bool? returnData;