Class: Aws::MediaLive::Types::UpdateEventBridgeRuleTemplateRequest

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

#descriptionString



17996
17997
17998
17999
18000
18001
18002
18003
18004
18005
# File 'lib/aws-sdk-medialive/types.rb', line 17996

class UpdateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#event_targetsArray<Types::EventBridgeRuleTemplateTarget>



17996
17997
17998
17999
18000
18001
18002
18003
18004
18005
# File 'lib/aws-sdk-medialive/types.rb', line 17996

class UpdateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeString

The type of event to match with the rule.



17996
17997
17998
17999
18000
18001
18002
18003
18004
18005
# File 'lib/aws-sdk-medialive/types.rb', line 17996

class UpdateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#group_identifierString



17996
17997
17998
17999
18000
18001
18002
18003
18004
18005
# File 'lib/aws-sdk-medialive/types.rb', line 17996

class UpdateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString



17996
17997
17998
17999
18000
18001
18002
18003
18004
18005
# File 'lib/aws-sdk-medialive/types.rb', line 17996

class UpdateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString



17996
17997
17998
17999
18000
18001
18002
18003
18004
18005
# File 'lib/aws-sdk-medialive/types.rb', line 17996

class UpdateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end