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
16413 16414 16415 16416 16417 16418 16419 16420 16421 |
# File 'lib/aws-sdk-medialive/types.rb', line 16413 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
16413 16414 16415 16416 16417 16418 16419 16420 16421 |
# File 'lib/aws-sdk-medialive/types.rb', line 16413 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
16413 16414 16415 16416 16417 16418 16419 16420 16421 |
# File 'lib/aws-sdk-medialive/types.rb', line 16413 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
16413 16414 16415 16416 16417 16418 16419 16420 16421 |
# File 'lib/aws-sdk-medialive/types.rb', line 16413 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |
#signal_map_identifier ⇒ String
16413 16414 16415 16416 16417 16418 16419 16420 16421 |
# File 'lib/aws-sdk-medialive/types.rb', line 16413 class ListCloudWatchAlarmTemplatesRequest < Struct.new( :group_identifier, :max_results, :next_token, :scope, :signal_map_identifier) SENSITIVE = [] include Aws::Structure end |