Class: Aws::Types::UpdateEventBridgeRuleTemplateResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventBridgeRuleTemplateResponseContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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_id ⇒ ::String
Returns the value of attribute group_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4747 4748 4749 |
# File 'sig/types.rbs', line 4747 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4748 4749 4750 |
# File 'sig/types.rbs', line 4748 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4749 4750 4751 |
# File 'sig/types.rbs', line 4749 def description @description end |
#event_targets ⇒ ::Array[Types::EventBridgeRuleTemplateTarget]
Returns the value of attribute event_targets.
4750 4751 4752 |
# File 'sig/types.rbs', line 4750 def event_targets @event_targets end |
#event_type ⇒ "MEDIALIVE_MULTIPLEX_ALERT", ...
Returns the value of attribute event_type.
4751 4752 4753 |
# File 'sig/types.rbs', line 4751 def event_type @event_type end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
4752 4753 4754 |
# File 'sig/types.rbs', line 4752 def group_id @group_id end |
#id ⇒ ::String
Returns the value of attribute id.
4753 4754 4755 |
# File 'sig/types.rbs', line 4753 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4754 4755 4756 |
# File 'sig/types.rbs', line 4754 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4755 4756 4757 |
# File 'sig/types.rbs', line 4755 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4756 4757 4758 |
# File 'sig/types.rbs', line 4756 def @tags end |