Class: Aws::MediaLive::Types::ListCloudWatchAlarmTemplateGroupsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Returns:

  • (Integer)


15602
15603
15604
15605
15606
15607
15608
15609
# File 'lib/aws-sdk-medialive/types.rb', line 15602

class ListCloudWatchAlarmTemplateGroupsRequest < Struct.new(
  :max_results,
  :next_token,
  :scope,
  :signal_map_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


15602
15603
15604
15605
15606
15607
15608
15609
# File 'lib/aws-sdk-medialive/types.rb', line 15602

class ListCloudWatchAlarmTemplateGroupsRequest < Struct.new(
  :max_results,
  :next_token,
  :scope,
  :signal_map_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#scopeString

Returns:

  • (String)


15602
15603
15604
15605
15606
15607
15608
15609
# File 'lib/aws-sdk-medialive/types.rb', line 15602

class ListCloudWatchAlarmTemplateGroupsRequest < Struct.new(
  :max_results,
  :next_token,
  :scope,
  :signal_map_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#signal_map_identifierString

Returns:

  • (String)


15602
15603
15604
15605
15606
15607
15608
15609
# File 'lib/aws-sdk-medialive/types.rb', line 15602

class ListCloudWatchAlarmTemplateGroupsRequest < Struct.new(
  :max_results,
  :next_token,
  :scope,
  :signal_map_identifier)
  SENSITIVE = []
  include Aws::Structure
end