Class: Aws::MediaLive::Types::UpdateEventBridgeRuleTemplateRequestContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateEventBridgeRuleTemplateRequestContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A resource’s optional description.
- #event_targets ⇒ Array<Types::EventBridgeRuleTemplateTarget>
-
#event_type ⇒ String
The type of event to match with the rule.
-
#group_identifier ⇒ String
An eventbridge rule template group’s identifier.
-
#name ⇒ String
A resource’s name.
Instance Attribute Details
#description ⇒ String
A resource’s optional description.
17550 17551 17552 17553 17554 17555 17556 17557 17558 |
# File 'lib/aws-sdk-medialive/types.rb', line 17550 class UpdateEventBridgeRuleTemplateRequestContent < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name) SENSITIVE = [] include Aws::Structure end |
#event_targets ⇒ Array<Types::EventBridgeRuleTemplateTarget>
17550 17551 17552 17553 17554 17555 17556 17557 17558 |
# File 'lib/aws-sdk-medialive/types.rb', line 17550 class UpdateEventBridgeRuleTemplateRequestContent < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of event to match with the rule.
17550 17551 17552 17553 17554 17555 17556 17557 17558 |
# File 'lib/aws-sdk-medialive/types.rb', line 17550 class UpdateEventBridgeRuleTemplateRequestContent < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name) SENSITIVE = [] include Aws::Structure end |
#group_identifier ⇒ String
An eventbridge rule template group’s identifier. Can be either be its id or current name.
17550 17551 17552 17553 17554 17555 17556 17557 17558 |
# File 'lib/aws-sdk-medialive/types.rb', line 17550 class UpdateEventBridgeRuleTemplateRequestContent < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A resource’s name. Names must be unique within the scope of a resource type in a specific region.
17550 17551 17552 17553 17554 17555 17556 17557 17558 |
# File 'lib/aws-sdk-medialive/types.rb', line 17550 class UpdateEventBridgeRuleTemplateRequestContent < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name) SENSITIVE = [] include Aws::Structure end |