Class: Aws::Types::ListCloudWatchAlarmTemplateGroupsResponseContent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


4270
4271
4272
# File 'sig/types.rbs', line 4270

def next_token
  @next_token
end