class Amazonite::SsmV1::AlarmStateInformation

Included Modules

Defined in:

ssm_v1/alarm_state_information.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, state : ExternalAlarmState) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def name : String #

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

[View source]
def state : ExternalAlarmState #

[View source]
def state=(state : ExternalAlarmState) #

[View source]