Method: AWS::CloudWatch::Alarm#state_updated_timestamp

Defined in:
lib/aws/cloud_watch/alarm.rb

#state_updated_timestampTime (readonly)

When the alarm's state last updated.

Returns:

  • (Time)

    the current value of state_updated_timestamp



70
71
72
# File 'lib/aws/cloud_watch/alarm.rb', line 70

def state_updated_timestamp
  @state_updated_timestamp
end