alarms = c.describe_alarms()
for alarm in alarms:
print alarm.name
print alarm.metric
print alarm.namespace
I have got all the alarms associated with the RDS. Now i need to find the threshold values for these alarms. Can anyone help me with it?