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>



15785
15786
15787
15788
15789
15790
# File 'lib/aws-sdk-medialive/types.rb', line 15785

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)


15785
15786
15787
15788
15789
15790
# File 'lib/aws-sdk-medialive/types.rb', line 15785

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