Class: Aws::MediaLive::Types::ListCloudWatchAlarmTemplateGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListCloudWatchAlarmTemplateGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #cloud_watch_alarm_template_groups ⇒ Array<Types::CloudWatchAlarmTemplateGroupSummary>
- #next_token ⇒ String
Instance Attribute Details
#cloud_watch_alarm_template_groups ⇒ Array<Types::CloudWatchAlarmTemplateGroupSummary>
16372 16373 16374 16375 16376 16377 |
# File 'lib/aws-sdk-medialive/types.rb', line 16372 class ListCloudWatchAlarmTemplateGroupsResponse < Struct.new( :cloud_watch_alarm_template_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
16372 16373 16374 16375 16376 16377 |
# File 'lib/aws-sdk-medialive/types.rb', line 16372 class ListCloudWatchAlarmTemplateGroupsResponse < Struct.new( :cloud_watch_alarm_template_groups, :next_token) SENSITIVE = [] include Aws::Structure end |