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

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>



15695
15696
15697
15698
15699
15700
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15695

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.

Returns:

  • (String)


15695
15696
15697
15698
15699
15700
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15695

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