Class: Aws::Types::UpdateEventBridgeRuleTemplateRequestContent
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventBridgeRuleTemplateRequestContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_targets ⇒ ::Array[Types::EventBridgeRuleTemplateTarget]
Returns the value of attribute event_targets.
-
#event_type ⇒ "MEDIALIVE_MULTIPLEX_ALERT", ...
Returns the value of attribute event_type.
-
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
4727 4728 4729 |
# File 'sig/types.rbs', line 4727 def description @description end |
#event_targets ⇒ ::Array[Types::EventBridgeRuleTemplateTarget]
Returns the value of attribute event_targets.
4728 4729 4730 |
# File 'sig/types.rbs', line 4728 def event_targets @event_targets end |
#event_type ⇒ "MEDIALIVE_MULTIPLEX_ALERT", ...
Returns the value of attribute event_type.
4729 4730 4731 |
# File 'sig/types.rbs', line 4729 def event_type @event_type end |
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
4730 4731 4732 |
# File 'sig/types.rbs', line 4730 def group_identifier @group_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
4731 4732 4733 |
# File 'sig/types.rbs', line 4731 def name @name end |