Class: Aws::MediaLive::Types::ListCloudWatchAlarmTemplatesResponse

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_templatesArray<Types::CloudWatchAlarmTemplateSummary>



16390
16391
16392
16393
16394
16395
# File 'lib/aws-sdk-medialive/types.rb', line 16390

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

#next_tokenString

Returns:

  • (String)


16390
16391
16392
16393
16394
16395
# File 'lib/aws-sdk-medialive/types.rb', line 16390

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