Class: Aws::MediaLive::Types::ListCloudWatchAlarmTemplatesRequest

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

#group_identifierString

Returns:

  • (String)


15934
15935
15936
15937
15938
15939
15940
15941
15942
# File 'lib/aws-sdk-medialive/types.rb', line 15934

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

#max_resultsInteger

Returns:

  • (Integer)


15934
15935
15936
15937
15938
15939
15940
15941
15942
# File 'lib/aws-sdk-medialive/types.rb', line 15934

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

#next_tokenString

Returns:

  • (String)


15934
15935
15936
15937
15938
15939
15940
15941
15942
# File 'lib/aws-sdk-medialive/types.rb', line 15934

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

#scopeString

Returns:

  • (String)


15934
15935
15936
15937
15938
15939
15940
15941
15942
# File 'lib/aws-sdk-medialive/types.rb', line 15934

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

#signal_map_identifierString

Returns:

  • (String)


15934
15935
15936
15937
15938
15939
15940
15941
15942
# File 'lib/aws-sdk-medialive/types.rb', line 15934

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