Class: Aws::MediaLive::Types::CreateEventBridgeRuleTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateEventBridgeRuleTemplateRequest
- 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
- #name ⇒ String
-
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
Instance Attribute Details
#description ⇒ String
14709 14710 14711 14712 14713 14714 14715 14716 14717 14718 |
# File 'lib/aws-sdk-medialive/types.rb', line 14709 class CreateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#event_targets ⇒ Array<Types::EventBridgeRuleTemplateTarget>
14709 14710 14711 14712 14713 14714 14715 14716 14717 14718 |
# File 'lib/aws-sdk-medialive/types.rb', line 14709 class CreateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of event to match with the rule.
14709 14710 14711 14712 14713 14714 14715 14716 14717 14718 |
# File 'lib/aws-sdk-medialive/types.rb', line 14709 class CreateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#group_identifier ⇒ String
14709 14710 14711 14712 14713 14714 14715 14716 14717 14718 |
# File 'lib/aws-sdk-medialive/types.rb', line 14709 class CreateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
14709 14710 14711 14712 14713 14714 14715 14716 14717 14718 |
# File 'lib/aws-sdk-medialive/types.rb', line 14709 class CreateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
14709 14710 14711 14712 14713 14714 14715 14716 14717 14718 |
# File 'lib/aws-sdk-medialive/types.rb', line 14709 class CreateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags) SENSITIVE = [] include Aws::Structure end |