struct Lightsail::Alarm
- Lightsail::Alarm
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
Instance Method Summary
- #arn : String | Nil
- #arn=(arn : String | Nil)
- #comparisonOperator : String | Nil
- #comparisonOperator=(comparisonOperator : String | Nil)
- #contactProtocols : Array(String) | Nil
- #contactProtocols=(contactProtocols : Array(String) | Nil)
- #createdAt : Time | Nil
- #createdAt=(createdAt : Time | Nil)
- #datapointsToAlarm : Int16 | Nil
- #datapointsToAlarm=(datapointsToAlarm : Int16 | Nil)
- #evaluationPeriods : Int16 | Nil
- #evaluationPeriods=(evaluationPeriods : Int16 | Nil)
- #location : ResourceLocation | Nil
- #location=(location : ResourceLocation | Nil)
- #metricName : String | Nil
- #metricName=(metricName : String | Nil)
- #monitoredResourceInfo : MonitoredResourceInfo | Nil
- #monitoredResourceInfo=(monitoredResourceInfo : MonitoredResourceInfo | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #notificationEnabled : Bool | Nil
- #notificationEnabled=(notificationEnabled : Bool | Nil)
- #notificationTriggers : Array(String) | Nil
- #notificationTriggers=(notificationTriggers : Array(String) | Nil)
- #period : Int16 | Nil
- #period=(period : Int16 | Nil)
- #resourceType : String | Nil
- #resourceType=(resourceType : String | Nil)
- #state : String | Nil
- #state=(state : String | Nil)
- #statistic : String | Nil
- #statistic=(statistic : String | Nil)
- #supportCode : String | Nil
- #supportCode=(supportCode : String | Nil)
- #threshold : Float64 | Nil
- #threshold=(threshold : Float64 | Nil)
- #treatMissingData : String | Nil
- #treatMissingData=(treatMissingData : String | Nil)
- #unit : String | Nil
- #unit=(unit : String | Nil)