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

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



15678
15679
15680
15681
15682
15683
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15678

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

#next_tokenString

Returns:

  • (String)


15678
15679
15680
15681
15682
15683
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15678

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