Class: Aws::Types::ListCloudWatchAlarmTemplatesResponseContent

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_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.

Returns:

  • (::String)


4291
4292
4293
# File 'sig/types.rbs', line 4291

def next_token
  @next_token
end