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
-
#request_id ⇒ String
**A suitable default value is auto-generated.** You should normally not need to pass this option.
-
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
Instance Attribute Details
#description ⇒ String
14901 14902 14903 14904 14905 14906 14907 14908 14909 14910 14911 |
# File 'lib/aws-sdk-medialive/types.rb', line 14901 class CreateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#event_targets ⇒ Array<Types::EventBridgeRuleTemplateTarget>
14901 14902 14903 14904 14905 14906 14907 14908 14909 14910 14911 |
# File 'lib/aws-sdk-medialive/types.rb', line 14901 class CreateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of event to match with the rule.
14901 14902 14903 14904 14905 14906 14907 14908 14909 14910 14911 |
# File 'lib/aws-sdk-medialive/types.rb', line 14901 class CreateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#group_identifier ⇒ String
14901 14902 14903 14904 14905 14906 14907 14908 14909 14910 14911 |
# File 'lib/aws-sdk-medialive/types.rb', line 14901 class CreateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
14901 14902 14903 14904 14905 14906 14907 14908 14909 14910 14911 |
# File 'lib/aws-sdk-medialive/types.rb', line 14901 class CreateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
**A suitable default value is auto-generated.** You should normally not need to pass this option.
14901 14902 14903 14904 14905 14906 14907 14908 14909 14910 14911 |
# File 'lib/aws-sdk-medialive/types.rb', line 14901 class CreateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
14901 14902 14903 14904 14905 14906 14907 14908 14909 14910 14911 |
# File 'lib/aws-sdk-medialive/types.rb', line 14901 class CreateEventBridgeRuleTemplateRequest < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |