Class: Aws::Types::DescribeFleetEventsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetEventsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events ⇒ ::Array[Types::Event]
Returns the value of attribute events.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#events ⇒ ::Array[Types::Event]
Returns the value of attribute events.
798 799 800 |
# File 'sig/types.rbs', line 798 def events @events end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
799 800 801 |
# File 'sig/types.rbs', line 799 def next_token @next_token end |