Class: Aws::Types::GetAlarmsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetAlarmsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarms ⇒ ::Array[Types::Alarm]
Returns the value of attribute alarms.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#alarms ⇒ ::Array[Types::Alarm]
Returns the value of attribute alarms.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def alarms @alarms end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def next_page_token @next_page_token end |