Class: Aws::DevOpsGuru::Types::ListEventsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::Event>

A list of the requested events.

Returns:



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_tokenString

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.

Returns:

  • (String)


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