Class: Aws::Types::ListCloudWatchAlarmTemplateGroupsResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::ListCloudWatchAlarmTemplateGroupsResponseContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_alarm_template_groups ⇒ ::Array[Types::CloudWatchAlarmTemplateGroupSummary]
Returns the value of attribute cloud_watch_alarm_template_groups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cloud_watch_alarm_template_groups ⇒ ::Array[Types::CloudWatchAlarmTemplateGroupSummary]
Returns the value of attribute cloud_watch_alarm_template_groups.
4269 4270 4271 |
# File 'sig/types.rbs', line 4269 def cloud_watch_alarm_template_groups @cloud_watch_alarm_template_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4270 4271 4272 |
# File 'sig/types.rbs', line 4270 def next_token @next_token end |