Class: Aws::DatabaseMigrationService::Types::DescribeEventsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::Event>

The events described.

Returns:



3101
3102
3103
3104
3105
3106
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 3101

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

#markerString

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

Returns:

  • (String)


3101
3102
3103
3104
3105
3106
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 3101

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