Class: Aws::Types::ListCloudWatchAlarmTemplateGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCloudWatchAlarmTemplateGroupsResponse
- 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.
4263 4264 4265 |
# File 'sig/types.rbs', line 4263 def cloud_watch_alarm_template_groups @cloud_watch_alarm_template_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4264 4265 4266 |
# File 'sig/types.rbs', line 4264 def next_token @next_token end |