Class: Aws::MediaLive::Types::UpdateEventBridgeRuleTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateEventBridgeRuleTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #description ⇒ String
- #event_targets ⇒ Array<Types::EventBridgeRuleTemplateTarget>
-
#event_type ⇒ String
The type of event to match with the rule.
- #group_identifier ⇒ String
- #identifier ⇒ String
- #name ⇒ String
Instance Attribute Details
#description ⇒ String
17516 17517 17518 17519 17520 17521 17522 17523 17524 17525 |
# File 'lib/aws-sdk-medialive/types.rb', line 17516 class UpdateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :identifier, :name) SENSITIVE = [] include Aws::Structure end |
#event_targets ⇒ Array<Types::EventBridgeRuleTemplateTarget>
17516 17517 17518 17519 17520 17521 17522 17523 17524 17525 |
# File 'lib/aws-sdk-medialive/types.rb', line 17516 class UpdateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :identifier, :name) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of event to match with the rule.
17516 17517 17518 17519 17520 17521 17522 17523 17524 17525 |
# File 'lib/aws-sdk-medialive/types.rb', line 17516 class UpdateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :identifier, :name) SENSITIVE = [] include Aws::Structure end |
#group_identifier ⇒ String
17516 17517 17518 17519 17520 17521 17522 17523 17524 17525 |
# File 'lib/aws-sdk-medialive/types.rb', line 17516 class UpdateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :identifier, :name) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
17516 17517 17518 17519 17520 17521 17522 17523 17524 17525 |
# File 'lib/aws-sdk-medialive/types.rb', line 17516 class UpdateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :identifier, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
17516 17517 17518 17519 17520 17521 17522 17523 17524 17525 |
# File 'lib/aws-sdk-medialive/types.rb', line 17516 class UpdateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :identifier, :name) SENSITIVE = [] include Aws::Structure end |