Class: Aws::Resiliencehubv2::Types::ListSystemEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListSystemEventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::SystemEvent>
The list of system events.
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#events ⇒ Array<Types::SystemEvent>
The list of system events.
2749 2750 2751 2752 2753 2754 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2749 class ListSystemEventsResponse < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
2749 2750 2751 2752 2753 2754 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2749 class ListSystemEventsResponse < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |