Class: Aws::DAX::Types::DescribeEventsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dax/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::Event>

An array of events. Each element in the array represents one event.

Returns:



686
687
688
689
690
# File 'lib/aws-sdk-dax/types.rb', line 686

class DescribeEventsResponse < Struct.new(
  :next_token,
  :events)
  include Aws::Structure
end

#next_tokenString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


686
687
688
689
690
# File 'lib/aws-sdk-dax/types.rb', line 686

class DescribeEventsResponse < Struct.new(
  :next_token,
  :events)
  include Aws::Structure
end