Class: Aws::MediaLive::Types::ListCloudWatchAlarmTemplatesResponseContent

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>



16858
16859
16860
16861
16862
16863
# File 'lib/aws-sdk-medialive/types.rb', line 16858

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

#next_tokenString

A token used to retrieve the next set of results in paginated list responses.



16858
16859
16860
16861
16862
16863
# File 'lib/aws-sdk-medialive/types.rb', line 16858

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