struct Lightsail::Alarm

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def arn : String | Nil #

[View source]
def arn=(arn : String | Nil) #

[View source]
def comparisonOperator : String | Nil #

[View source]
def comparisonOperator=(comparisonOperator : String | Nil) #

[View source]
def contactProtocols : Array(String) | Nil #

[View source]
def contactProtocols=(contactProtocols : Array(String) | Nil) #

[View source]
def createdAt : Time | Nil #

[View source]
def createdAt=(createdAt : Time | Nil) #

[View source]
def datapointsToAlarm : Int16 | Nil #

[View source]
def datapointsToAlarm=(datapointsToAlarm : Int16 | Nil) #

[View source]
def evaluationPeriods : Int16 | Nil #

[View source]
def evaluationPeriods=(evaluationPeriods : Int16 | Nil) #

[View source]
def location : ResourceLocation | Nil #

[View source]
def location=(location : ResourceLocation | Nil) #

[View source]
def metricName : String | Nil #

[View source]
def metricName=(metricName : String | Nil) #

[View source]
def monitoredResourceInfo : MonitoredResourceInfo | Nil #

[View source]
def monitoredResourceInfo=(monitoredResourceInfo : MonitoredResourceInfo | Nil) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def notificationEnabled : Bool | Nil #

[View source]
def notificationEnabled=(notificationEnabled : Bool | Nil) #

[View source]
def notificationTriggers : Array(String) | Nil #

[View source]
def notificationTriggers=(notificationTriggers : Array(String) | Nil) #

[View source]
def period : Int16 | Nil #

[View source]
def period=(period : Int16 | Nil) #

[View source]
def resourceType : String | Nil #

[View source]
def resourceType=(resourceType : String | Nil) #

[View source]
def state : String | Nil #

[View source]
def state=(state : String | Nil) #

[View source]
def statistic : String | Nil #

[View source]
def statistic=(statistic : String | Nil) #

[View source]
def supportCode : String | Nil #

[View source]
def supportCode=(supportCode : String | Nil) #

[View source]
def threshold : Float64 | Nil #

[View source]
def threshold=(threshold : Float64 | Nil) #

[View source]
def treatMissingData : String | Nil #

[View source]
def treatMissingData=(treatMissingData : String | Nil) #

[View source]
def unit : String | Nil #

[View source]
def unit=(unit : String | Nil) #

[View source]