Class: Aws::DevOpsGuru::Types::ListEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ListEventsResponse
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::Event>
A list of the requested events.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
Instance Attribute Details
#events ⇒ Array<Types::Event>
A list of the requested events.
1781 1782 1783 1784 1785 1786 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1781 class ListEventsResponse < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
1781 1782 1783 1784 1785 1786 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1781 class ListEventsResponse < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |