Class: Aws::Types::ListSystemEventsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSystemEventsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events ⇒ ::Array[Types::SystemEvent]
Returns the value of attribute events.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#events ⇒ ::Array[Types::SystemEvent]
Returns the value of attribute events.
837 838 839 |
# File 'sig/types.rbs', line 837 def events @events end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
838 839 840 |
# File 'sig/types.rbs', line 838 def next_token @next_token end |