Class: Aws::Types::ListCloudWatchAlarmTemplatesResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::ListCloudWatchAlarmTemplatesResponseContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_alarm_templates ⇒ ::Array[Types::CloudWatchAlarmTemplateSummary]
Returns the value of attribute cloud_watch_alarm_templates.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cloud_watch_alarm_templates ⇒ ::Array[Types::CloudWatchAlarmTemplateSummary]
Returns the value of attribute cloud_watch_alarm_templates.
4290 4291 4292 |
# File 'sig/types.rbs', line 4290 def cloud_watch_alarm_templates @cloud_watch_alarm_templates end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4291 4292 4293 |
# File 'sig/types.rbs', line 4291 def next_token @next_token end |