Class: Aws::Types::UpdateEventBridgeRuleTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventBridgeRuleTemplateRequest
- 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.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
4714 4715 4716 |
# File 'sig/types.rbs', line 4714 def description @description end |
#event_targets ⇒ ::Array[Types::EventBridgeRuleTemplateTarget]
Returns the value of attribute event_targets.
4715 4716 4717 |
# File 'sig/types.rbs', line 4715 def event_targets @event_targets end |
#event_type ⇒ "MEDIALIVE_MULTIPLEX_ALERT", ...
Returns the value of attribute event_type.
4716 4717 4718 |
# File 'sig/types.rbs', line 4716 def event_type @event_type end |
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
4717 4718 4719 |
# File 'sig/types.rbs', line 4717 def group_identifier @group_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
4718 4719 4720 |
# File 'sig/types.rbs', line 4718 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
4719 4720 4721 |
# File 'sig/types.rbs', line 4719 def name @name end |