Class: Aws::MediaLive::Types::ListCloudWatchAlarmTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListCloudWatchAlarmTemplatesResponse
- 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_templates ⇒ Array<Types::CloudWatchAlarmTemplateSummary>
16841 16842 16843 16844 16845 16846 |
# File 'lib/aws-sdk-medialive/types.rb', line 16841 class ListCloudWatchAlarmTemplatesResponse < Struct.new( :cloud_watch_alarm_templates, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
16841 16842 16843 16844 16845 16846 |
# File 'lib/aws-sdk-medialive/types.rb', line 16841 class ListCloudWatchAlarmTemplatesResponse < Struct.new( :cloud_watch_alarm_templates, :next_token) SENSITIVE = [] include Aws::Structure end |