Class: Aws::RDS::Types::EventsMessage

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

Overview

Contains the result of a successful invocation of the DescribeEvents action.

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::Event>

A list of Event instances.

Returns:



9172
9173
9174
9175
9176
# File 'lib/aws-sdk-rds/types.rb', line 9172

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

#markerString

An optional pagination token provided by a previous Events request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords` .

Returns:

  • (String)


9172
9173
9174
9175
9176
# File 'lib/aws-sdk-rds/types.rb', line 9172

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