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
16073 16074 16075 16076 16077 16078 16079 16080 16081 |
# File 'lib/aws-sdk-medialive/types.rb', line 16073 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
16073 16074 16075 16076 16077 16078 16079 16080 16081 |
# File 'lib/aws-sdk-medialive/types.rb', line 16073 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
16073 16074 16075 16076 16077 16078 16079 16080 16081 |
# File 'lib/aws-sdk-medialive/types.rb', line 16073 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
16073 16074 16075 16076 16077 16078 16079 16080 16081 |
# File 'lib/aws-sdk-medialive/types.rb', line 16073 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#signal_map_identifier ⇒ String
16073 16074 16075 16076 16077 16078 16079 16080 16081 |
# File 'lib/aws-sdk-medialive/types.rb', line 16073 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |