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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::Event>

A list of Event instances.

Returns:



15865
15866
15867
15868
15869
15870
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15865

class EventsMessage < Struct.new(
  :marker,
  :events)
  SENSITIVE = []
  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)


15865
15866
15867
15868
15869
15870
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15865

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