Module: Aws::IoTEvents::Client::_DescribeAlarmModelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAlarmModelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alarm_capabilities ⇒ Types::AlarmCapabilities
- #alarm_event_actions ⇒ Types::AlarmEventActions
- #alarm_model_arn ⇒ ::String
- #alarm_model_description ⇒ ::String
- #alarm_model_name ⇒ ::String
- #alarm_model_version ⇒ ::String
- #alarm_notification ⇒ Types::AlarmNotification
- #alarm_rule ⇒ Types::AlarmRule
- #creation_time ⇒ ::Time
- #key ⇒ ::String
- #last_update_time ⇒ ::Time
- #role_arn ⇒ ::String
- #severity ⇒ ::Integer
- #status ⇒ "ACTIVE", ...
- #status_message ⇒ ::String
Instance Method Details
#alarm_capabilities ⇒ Types::AlarmCapabilities
203 |
# File 'sig/client.rbs', line 203
def alarm_capabilities: () -> Types::AlarmCapabilities
|
#alarm_event_actions ⇒ Types::AlarmEventActions
202 |
# File 'sig/client.rbs', line 202
def alarm_event_actions: () -> Types::AlarmEventActions
|
#alarm_model_arn ⇒ ::String
190 |
# File 'sig/client.rbs', line 190
def alarm_model_arn: () -> ::String
|
#alarm_model_description ⇒ ::String
196 |
# File 'sig/client.rbs', line 196
def alarm_model_description: () -> ::String
|
#alarm_model_name ⇒ ::String
195 |
# File 'sig/client.rbs', line 195
def alarm_model_name: () -> ::String
|
#alarm_model_version ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def alarm_model_version: () -> ::String
|
#alarm_notification ⇒ Types::AlarmNotification
201 |
# File 'sig/client.rbs', line 201
def alarm_notification: () -> Types::AlarmNotification
|
#alarm_rule ⇒ Types::AlarmRule
200 |
# File 'sig/client.rbs', line 200
def alarm_rule: () -> Types::AlarmRule
|
#creation_time ⇒ ::Time
189 |
# File 'sig/client.rbs', line 189
def creation_time: () -> ::Time
|
#key ⇒ ::String
198 |
# File 'sig/client.rbs', line 198
def key: () -> ::String
|
#last_update_time ⇒ ::Time
192 |
# File 'sig/client.rbs', line 192
def last_update_time: () -> ::Time
|
#role_arn ⇒ ::String
197 |
# File 'sig/client.rbs', line 197
def role_arn: () -> ::String
|
#severity ⇒ ::Integer
199 |
# File 'sig/client.rbs', line 199
def severity: () -> ::Integer
|
#status ⇒ "ACTIVE", ...
193 |
# File 'sig/client.rbs', line 193
def status: () -> ("ACTIVE" | "ACTIVATING" | "INACTIVE" | "FAILED")
|
#status_message ⇒ ::String
194 |
# File 'sig/client.rbs', line 194
def status_message: () -> ::String
|