Class: Aws::MediaLive::Types::ListCloudWatchAlarmTemplateGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListCloudWatchAlarmTemplateGroupsRequest
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#max_results ⇒ Integer
16103 16104 16105 16106 16107 16108 16109 16110 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16103 class ListCloudWatchAlarmTemplateGroupsRequest < Struct.new( :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
16103 16104 16105 16106 16107 16108 16109 16110 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16103 class ListCloudWatchAlarmTemplateGroupsRequest < Struct.new( :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
16103 16104 16105 16106 16107 16108 16109 16110 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16103 class ListCloudWatchAlarmTemplateGroupsRequest < Struct.new( :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#signal_map_identifier ⇒ String
16103 16104 16105 16106 16107 16108 16109 16110 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16103 class ListCloudWatchAlarmTemplateGroupsRequest < Struct.new( :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |