Class: Aws::Resiliencehubv2::Types::ListServiceEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListServiceEventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::ServiceEvent>
The list of service events.
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#events ⇒ Array<Types::ServiceEvent>
The list of service events.
2553 2554 2555 2556 2557 2558 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2553 class ListServiceEventsResponse < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
2553 2554 2555 2556 2557 2558 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2553 class ListServiceEventsResponse < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |