Class: Aws::ElastiCache::Types::EventsMessage

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

Overview

Represents the output of a DescribeEvents operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::Event>

A list of events. Each element in the list contains detailed information about one event.

Returns:



5088
5089
5090
5091
5092
5093
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5088

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

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


5088
5089
5090
5091
5092
5093
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5088

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