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:



5077
5078
5079
5080
5081
5082
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5077

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

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5077

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