Class: Aws::Types::CreateEventBridgeRuleTemplateResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventBridgeRuleTemplateResponseContent
- 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.
3926 3927 3928 |
# File 'sig/types.rbs', line 3926 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3927 3928 3929 |
# File 'sig/types.rbs', line 3927 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3928 3929 3930 |
# File 'sig/types.rbs', line 3928 def description @description end |
#event_targets ⇒ ::Array[Types::EventBridgeRuleTemplateTarget]
Returns the value of attribute event_targets.
3929 3930 3931 |
# File 'sig/types.rbs', line 3929 def event_targets @event_targets end |
#event_type ⇒ "MEDIALIVE_MULTIPLEX_ALERT", ...
Returns the value of attribute event_type.
3930 3931 3932 |
# File 'sig/types.rbs', line 3930 def event_type @event_type end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
3931 3932 3933 |
# File 'sig/types.rbs', line 3931 def group_id @group_id end |
#id ⇒ ::String
Returns the value of attribute id.
3932 3933 3934 |
# File 'sig/types.rbs', line 3932 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
3933 3934 3935 |
# File 'sig/types.rbs', line 3933 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
3934 3935 3936 |
# File 'sig/types.rbs', line 3934 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3935 3936 3937 |
# File 'sig/types.rbs', line 3935 def @tags end |