Class: Aws::Types::EventsMessage
- Inherits:
-
Object
- Object
- Aws::Types::EventsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events ⇒ ::Array[Types::Event]
Returns the value of attribute events.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#events ⇒ ::Array[Types::Event]
Returns the value of attribute events.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def events @events end |
#marker ⇒ ::String
Returns the value of attribute marker.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def marker @marker end |