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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::Event>

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

Returns:



645
646
647
648
649
650
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 645

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

#next_tokenString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


645
646
647
648
649
650
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 645

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