Class: Aws::Types::EventBridgeRuleTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::EventBridgeRuleTemplateSummary
- 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_target_count ⇒ ::Integer
Returns the value of attribute event_target_count.
-
#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.
4043 4044 4045 |
# File 'sig/types.rbs', line 4043 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4044 4045 4046 |
# File 'sig/types.rbs', line 4044 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4045 4046 4047 |
# File 'sig/types.rbs', line 4045 def description @description end |
#event_target_count ⇒ ::Integer
Returns the value of attribute event_target_count.
4046 4047 4048 |
# File 'sig/types.rbs', line 4046 def event_target_count @event_target_count end |
#event_type ⇒ "MEDIALIVE_MULTIPLEX_ALERT", ...
Returns the value of attribute event_type.
4047 4048 4049 |
# File 'sig/types.rbs', line 4047 def event_type @event_type end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
4048 4049 4050 |
# File 'sig/types.rbs', line 4048 def group_id @group_id end |
#id ⇒ ::String
Returns the value of attribute id.
4049 4050 4051 |
# File 'sig/types.rbs', line 4049 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4050 4051 4052 |
# File 'sig/types.rbs', line 4050 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4051 4052 4053 |
# File 'sig/types.rbs', line 4051 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4052 4053 4054 |
# File 'sig/types.rbs', line 4052 def @tags end |