Class: Aws::Types::CreateEventBridgeRuleTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventBridgeRuleTemplateResponse
- 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.
3912 3913 3914 |
# File 'sig/types.rbs', line 3912 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3913 3914 3915 |
# File 'sig/types.rbs', line 3913 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3914 3915 3916 |
# File 'sig/types.rbs', line 3914 def description @description end |
#event_targets ⇒ ::Array[Types::EventBridgeRuleTemplateTarget]
Returns the value of attribute event_targets.
3915 3916 3917 |
# File 'sig/types.rbs', line 3915 def event_targets @event_targets end |
#event_type ⇒ "MEDIALIVE_MULTIPLEX_ALERT", ...
Returns the value of attribute event_type.
3916 3917 3918 |
# File 'sig/types.rbs', line 3916 def event_type @event_type end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
3917 3918 3919 |
# File 'sig/types.rbs', line 3917 def group_id @group_id end |
#id ⇒ ::String
Returns the value of attribute id.
3918 3919 3920 |
# File 'sig/types.rbs', line 3918 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
3919 3920 3921 |
# File 'sig/types.rbs', line 3919 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
3920 3921 3922 |
# File 'sig/types.rbs', line 3920 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3921 3922 3923 |
# File 'sig/types.rbs', line 3921 def @tags end |