Class: Aws::Neptune::Types::EventsMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::Event>

A list of Event instances.

Returns:



5150
5151
5152
5153
5154
5155
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5150

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)


5150
5151
5152
5153
5154
5155
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5150

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