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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>



15604
15605
15606
15607
15608
15609
# File 'lib/aws-sdk-medialive/types.rb', line 15604

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

#next_tokenString

Returns:

  • (String)


15604
15605
15606
15607
15608
15609
# File 'lib/aws-sdk-medialive/types.rb', line 15604

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