Class: Aws::Types::Event
- Inherits:
-
Object
- Object
- Aws::Types::Event
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
-
#condition ⇒ ::String
Returns the value of attribute condition.
-
#event_name ⇒ ::String
Returns the value of attribute event_name.
Instance Attribute Details
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
362 363 364 |
# File 'sig/types.rbs', line 362 def actions @actions end |
#condition ⇒ ::String
Returns the value of attribute condition.
361 362 363 |
# File 'sig/types.rbs', line 361 def condition @condition end |
#event_name ⇒ ::String
Returns the value of attribute event_name.
360 361 362 |
# File 'sig/types.rbs', line 360 def event_name @event_name end |