Class: Aws::Types::DescribeEventsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEventsResponse
- 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.
868 869 870 |
# File 'sig/types.rbs', line 868 def events @events end |
#marker ⇒ ::String
Returns the value of attribute marker.
867 868 869 |
# File 'sig/types.rbs', line 867 def marker @marker end |