Class: Aws::MediaLive::Types::ListEventBridgeRuleTemplatesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_identifierString

Returns:

  • (String)


15767
15768
15769
15770
15771
15772
15773
15774
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15767

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

#max_resultsInteger

Returns:

  • (Integer)


15767
15768
15769
15770
15771
15772
15773
15774
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15767

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

#next_tokenString

Returns:

  • (String)


15767
15768
15769
15770
15771
15772
15773
15774
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15767

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

#signal_map_identifierString

Returns:

  • (String)


15767
15768
15769
15770
15771
15772
15773
15774
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15767

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