Class: Aws::Types::GetAlarmsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAlarmsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
-
#monitored_resource_name ⇒ ::String
Returns the value of attribute monitored_resource_name.
-
#page_token ⇒ ::String
Returns the value of attribute page_token.
Instance Attribute Details
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def alarm_name @alarm_name end |
#monitored_resource_name ⇒ ::String
Returns the value of attribute monitored_resource_name.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def monitored_resource_name @monitored_resource_name end |
#page_token ⇒ ::String
Returns the value of attribute page_token.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def page_token @page_token end |