Class: Aws::MediaLive::Types::ListCloudWatchAlarmTemplatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListCloudWatchAlarmTemplatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #group_identifier ⇒ String
- #max_results ⇒ Integer
- #next_token ⇒ String
- #scope ⇒ String
- #signal_map_identifier ⇒ String
Instance Attribute Details
#group_identifier ⇒ String
15933 15934 15935 15936 15937 15938 15939 15940 15941 |
# File 'lib/aws-sdk-medialive/types.rb', line 15933 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
15933 15934 15935 15936 15937 15938 15939 15940 15941 |
# File 'lib/aws-sdk-medialive/types.rb', line 15933 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
15933 15934 15935 15936 15937 15938 15939 15940 15941 |
# File 'lib/aws-sdk-medialive/types.rb', line 15933 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
15933 15934 15935 15936 15937 15938 15939 15940 15941 |
# File 'lib/aws-sdk-medialive/types.rb', line 15933 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#signal_map_identifier ⇒ String
15933 15934 15935 15936 15937 15938 15939 15940 15941 |
# File 'lib/aws-sdk-medialive/types.rb', line 15933 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |