Class: Aws::Types::EventSubscription
- Inherits:
-
Object
- Object
- Aws::Types::EventSubscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event ⇒ "ASSESSMENT_RUN_STARTED", ...
Returns the value of attribute event.
-
#subscribed_at ⇒ ::Time
Returns the value of attribute subscribed_at.
Instance Attribute Details
#event ⇒ "ASSESSMENT_RUN_STARTED", ...
Returns the value of attribute event.
332 333 334 |
# File 'sig/types.rbs', line 332 def event @event end |
#subscribed_at ⇒ ::Time
Returns the value of attribute subscribed_at.
333 334 335 |
# File 'sig/types.rbs', line 333 def subscribed_at @subscribed_at end |