Class: Aws::MediaLive::Types::ListCloudWatchAlarmTemplateGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListCloudWatchAlarmTemplateGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#max_results ⇒ Integer
15875 15876 15877 15878 15879 15880 15881 15882 |
# File 'lib/aws-sdk-medialive/types.rb', line 15875 class ListCloudWatchAlarmTemplateGroupsRequest < Struct.new( :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
15875 15876 15877 15878 15879 15880 15881 15882 |
# File 'lib/aws-sdk-medialive/types.rb', line 15875 class ListCloudWatchAlarmTemplateGroupsRequest < Struct.new( :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
15875 15876 15877 15878 15879 15880 15881 15882 |
# File 'lib/aws-sdk-medialive/types.rb', line 15875 class ListCloudWatchAlarmTemplateGroupsRequest < Struct.new( :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#signal_map_identifier ⇒ String
15875 15876 15877 15878 15879 15880 15881 15882 |
# File 'lib/aws-sdk-medialive/types.rb', line 15875 class ListCloudWatchAlarmTemplateGroupsRequest < Struct.new( :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |