Class: Aws::Types::CreateEventBridgeRuleTemplateRequestContent
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventBridgeRuleTemplateRequestContent
- 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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3901 3902 3903 |
# File 'sig/types.rbs', line 3901 def description @description end |
#event_targets ⇒ ::Array[Types::EventBridgeRuleTemplateTarget]
Returns the value of attribute event_targets.
3902 3903 3904 |
# File 'sig/types.rbs', line 3902 def event_targets @event_targets end |
#event_type ⇒ "MEDIALIVE_MULTIPLEX_ALERT", ...
Returns the value of attribute event_type.
3903 3904 3905 |
# File 'sig/types.rbs', line 3903 def event_type @event_type end |
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
3904 3905 3906 |
# File 'sig/types.rbs', line 3904 def group_identifier @group_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
3905 3906 3907 |
# File 'sig/types.rbs', line 3905 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3907 3908 3909 |
# File 'sig/types.rbs', line 3907 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3906 3907 3908 |
# File 'sig/types.rbs', line 3906 def @tags end |