Class: Aws::MediaLive::Types::ListCloudWatchAlarmTemplateGroupsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_alarm_template_groupsArray<Types::CloudWatchAlarmTemplateGroupSummary>



16060
16061
16062
16063
16064
16065
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16060

class ListCloudWatchAlarmTemplateGroupsResponse < Struct.new(
  :cloud_watch_alarm_template_groups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


16060
16061
16062
16063
16064
16065
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16060

class ListCloudWatchAlarmTemplateGroupsResponse < Struct.new(
  :cloud_watch_alarm_template_groups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end